Tab Disguiser
Replace your social media tab titles and favicons with email
Was ist Tab Disguiser?
Tab Disguiser ist eine Chrome-Erweiterung, die von Squarebush entwickelt wurde, und ihr Hauptmerkmal ist "Replace your social media tab titles and favicons with email".
Erweiterungsscreenshots
Tab Disguiser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Disguiser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Have you ever been on social media or played chess at work and you quickly change the tab when your boss comes? If so, then Tab Disguiser is for you! We replace the tab title and favicon to look like a normal email tab. Currently, we support Facebook, YouTube, Netflix, Reddit, Messenger, Chess.com and Lichess.org! Now, whenever you load those pages, the tabs will appear just like Gmail, Outlook, or Yahoo Mail.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bbkhkeabndjmfnkgnbbnbboplkokmmpj |
Offizielle URL | https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj |
Beschreibung | Replace your social media tab titles and favicons with email |
Dateigröße | 6.48 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-02-08 |
Veröffentlichungsdatum | 2021-02-01 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Squarebush |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Disguiser", "version": "0.0.2", "description": "Replace your social media tab titles and favicons with email", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fav.js" ] } ] } |