Watch your Tabs

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

Qu'est-ce que Watch your Tabs ?

Watch your Tabs est une extension Chrome développée par tucho235, et sa fonction principale est "Hide title if browse Porn. Also change title and favicon if you browse any Social Network".

Télécharger le fichier CRX de l'extension Watch your Tabs

Téléchargez les fichiers d'extension Watch your Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Watch your Tabs Watch your Tabs
ID dpmmlnjankpabcombnjfecfhhdcgolnn
URL Officiel https://chromewebstore.google.com/detail/watch-your-tabs/dpmmlnjankpabcombnjfecfhhdcgolnn
Description Hide title if browse Porn. Also change title and favicon if you browse any Social Network
Taille du Fichier 36.4 KB
Nombre d'Installations 19
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-12-20
Date de Publication 2016-12-20
Développeur tucho235
Type de Paiement free
Langues Prises en Charge 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"
    ]
}