Tab Disguiser

Replace your social media tab titles and favicons with email

Hvad er Tab Disguiser?

Tab Disguiser er en Chrome-udvidelse udviklet af Squarebush, og dens hovedfunktion er "Replace your social media tab titles and favicons with email".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Tab Disguiser-udvidelses-CRX-fil

Download Tab Disguiser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Disguiser Tab Disguiser
ID bbkhkeabndjmfnkgnbbnbboplkokmmpj
Officiel URL https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj
Beskrivelse Replace your social media tab titles and favicons with email
Filstørrelse 6.48 KB
Antal Installationer 44
Nuværende Version 0.0.2
Senest Opdateret 2021-02-08
Udgivelsesdato 2021-02-01
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Squarebush
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}