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
官方網址 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"
            ]
        }
    ]
}