Tab Disguiser

Replace your social media tab titles and favicons with email

什么是Tab Disguiser?

Tab Disguiser是由Squarebush开发的Chrome扩展程序,该扩展的主要功能是“Replace your social media tab titles and favicons with email”。

扩展截图

screenshot
screenshot

下载Tab Disguiser扩展crx文件

下载Tab Disguiser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tab Disguiser Tab Disguiser
ID bbkhkeabndjmfnkgnbbnbboplkokmmpj
官方URL https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj
简介 Replace your social media tab titles and favicons with email
文件大小 6.48 KB
安装次数 44
当前版本 0.0.2
更新时间 2021-02-08
上架时间 2021-02-01
评分 4.00/5 共4次评分
开发者 Squarebush
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}