Tab Disguiser

Replace your social media tab titles and favicons with email

Cos'è Tab Disguiser?

Tab Disguiser è un'estensione di Chrome sviluppata da Squarebush, e la sua funzione principale è "Replace your social media tab titles and favicons with email".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Disguiser

Scarica i file di estensione Tab Disguiser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Disguiser Tab Disguiser
ID bbkhkeabndjmfnkgnbbnbboplkokmmpj
URL Ufficiale https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj
Descrizione Replace your social media tab titles and favicons with email
Dimensione del File 6.48 KB
Conteggio Installazioni 44
Versione Corrente 0.0.2
Ultimo Aggiornamento 2021-02-08
Data di Pubblicazione 2021-02-01
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Squarebush
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}