Tab Disguiser
Replace your social media tab titles and favicons with email
What is Tab Disguiser?
Tab Disguiser is a Chrome extension developed by Squarebush, and its main feature is "Replace your social media tab titles and favicons with email".
Extension Screenshots
Download Tab Disguiser Extension CRX File
Download Tab Disguiser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bbkhkeabndjmfnkgnbbnbboplkokmmpj |
Official URL | https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj |
Description | Replace your social media tab titles and favicons with email |
File Size | 6.48 KB |
Installation Count | 44 |
Current Version | 0.0.2 |
Last Updated | 2021-02-08 |
Publish Date | 2021-02-01 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Squarebush |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |