Title - host

Title - host

ID: ijgmehophgjjjhipcmcfblojkekdecfo

Supported Languages

🇺🇸US English

Extension Info & Metadata

Status
Active
Version
1.1.2
Size
0.05 MB
Rating
5.0/5
Reviews
2
Users
24
Type
Extension
Updated
Nov 1, 2017
Category
Workflow & planning
Price
Free
Featured
No
Visibility
Unlisted
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
jpaulsView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
1
Active
1
Obsolete
0
Listed
0
Unlisted
1
Total Users
24

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 1

This extension changes the tab title to include the host. Make Chrome fully compatible with KeePass autotype.

Don't worry about your privacy, full code is below. v1.1.2 Added manifest short_name. Improved description. v1.1.1 Continue checking for dirty title for entire time on webpage. This improves compatibility with sites like Gmail who change the title every time an email is clicked. v1.1.0 Refined code to fix hard to change site titles. Code runs asynchronously in background. Checks every second for fifteen seconds. function sleep(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } async function titlehost() { while(true) { Log('checked'); if(IsTitleDirty()) ChangeTitle(); await sleep(1000); } } function IsTitleDirty() { return (!GetTitle().endsWith(GetHost())); } function ChangeTitle() { document.title = GetTitle() + ' - ' + GetHost(); Log('changed'); } function GetTitle() { return document.title; } function GetHost() { return location.host; } function Log(message) { return console.log('Title - host> ' + message); } titlehost();

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
1
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No IP addresses found

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.