Watch your Tabs

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

Hvad er Watch your Tabs?

Watch your Tabs er en Chrome-udvidelse udviklet af tucho235, og dens hovedfunktion er "Hide title if browse Porn. Also change title and favicon if you browse any Social Network".

Download Watch your Tabs-udvidelses-CRX-fil

Download Watch your Tabs-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

                        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 *****                    

Grundlæggende oplysninger om udvidelsen

Navn Watch your Tabs Watch your Tabs
ID dpmmlnjankpabcombnjfecfhhdcgolnn
Officiel URL https://chromewebstore.google.com/detail/watch-your-tabs/dpmmlnjankpabcombnjfecfhhdcgolnn
Beskrivelse Hide title if browse Porn. Also change title and favicon if you browse any Social Network
Filstørrelse 36.4 KB
Antal Installationer 19
Nuværende Version 1.0.0
Senest Opdateret 2016-12-20
Udgivelsesdato 2016-12-20
Udvikler tucho235
Betalingsmetode free
Understøttede Sprog 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"
    ]
}