Watch your Tabs

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

Watch your Tabsとは何ですか?

Watch your Tabsはtucho235によって開発されたChromeの拡張機能で、その主な機能は「Hide title if browse Porn. Also change title and favicon if you browse any Social Network」です。

Watch your Tabs拡張機能のCRXファイルをダウンロード

Watch your Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Watch your Tabs Watch your Tabs
ID dpmmlnjankpabcombnjfecfhhdcgolnn
公式URL https://chromewebstore.google.com/detail/watch-your-tabs/dpmmlnjankpabcombnjfecfhhdcgolnn
説明 Hide title if browse Porn. Also change title and favicon if you browse any Social Network
ファイルサイズ 36.4 KB
インストール数 19
現在のバージョン 1.0.0
最終更新日 2016-12-20
公開日 2016-12-20
開発者 tucho235
支払い方法 free
対応言語 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"
    ]
}