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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}