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
Eメール [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"
            ]
        }
    ]
}