Watch your Tabs

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

Co to jest Watch your Tabs?

Watch your Tabs to rozszerzenie Chrome opracowane przez tucho235, a jego główną funkcją jest „Hide title if browse Porn. Also change title and favicon if you browse any Social Network”.

Pobierz plik CRX rozszerzenia Watch your Tabs

Pobierz pliki rozszerzeń Watch your Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Watch your Tabs Watch your Tabs
ID dpmmlnjankpabcombnjfecfhhdcgolnn
Oficjalny URL https://chromewebstore.google.com/detail/watch-your-tabs/dpmmlnjankpabcombnjfecfhhdcgolnn
Opis Hide title if browse Porn. Also change title and favicon if you browse any Social Network
Rozmiar pliku 36.4 KB
Liczba instalacji 19
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-12-20
Data Publikacji 2016-12-20
Deweloper tucho235
Typ Płatności free
Obsługiwane Języki 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"
    ]
}