Watch your Tabs

Hide title if browse Porn. Also change title and favicon if you browse any Social Network

Apa itu Watch your Tabs?

Watch your Tabs adalah ekstensi Chrome yang dikembangkan oleh tucho235, dan fitur utamanya adalah "Hide title if browse Porn. Also change title and favicon if you browse any Social Network".

Unduh Berkas CRX Ekstensi Watch your Tabs

Unduh file ekstensi Watch your Tabs 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

                        Cambia el title y el favicon si estás navegando en twitter, facebook, taringa, o instagram.

Además, si tenes porneta abierta te cambia las 'malas palabras' (en ingles) por *****                    

Informasi Dasar Ekstensi

Nama Watch your Tabs Watch your Tabs
ID dpmmlnjankpabcombnjfecfhhdcgolnn
URL Resmi https://chromewebstore.google.com/detail/watch-your-tabs/dpmmlnjankpabcombnjfecfhhdcgolnn
Deskripsi Hide title if browse Porn. Also change title and favicon if you browse any Social Network
Ukuran File 36.4 KB
Jumlah Instalasi 19
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-12-20
Tanggal Publikasi 2016-12-20
Pengembang tucho235
Tipe Pembayaran free
Bahasa yang Didukung en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.0.0",
    "author": "@tucho235",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "default_locale": "es",
    "description": "__MSG_extensionDescription__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filter.js"
            ]
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png",
            "64": "icons\/64.png",
            "96": "icons\/96.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "options\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}