Tab Disguiser

Replace your social media tab titles and favicons with email

Apa itu Tab Disguiser?

Tab Disguiser adalah ekstensi Chrome yang dikembangkan oleh Squarebush, dan fitur utamanya adalah "Replace your social media tab titles and favicons with email".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tab Disguiser

Unduh file ekstensi Tab Disguiser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tab Disguiser Tab Disguiser
ID bbkhkeabndjmfnkgnbbnbboplkokmmpj
URL Resmi https://chrome.google.com/webstore/detail/tab-disguiser/bbkhkeabndjmfnkgnbbnbboplkokmmpj
Deskripsi Replace your social media tab titles and favicons with email
Ukuran File 6.48 KB
Jumlah Instalasi 44
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-02-08
Tanggal Publikasi 2021-02-01
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Squarebush
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}