Watch your Tabs

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

Watch your Tabs là gì?

Watch your Tabs là một tiện ích mở rộng Chrome được phát triển bởi tucho235, và tính năng chính của nó là "Hide title if browse Porn. Also change title and favicon if you browse any Social Network".

Tải xuống tệp CRX của tiện ích mở rộng Watch your Tabs

Tải xuống các tệp mở rộng Watch your Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Watch your Tabs Watch your Tabs
ID dpmmlnjankpabcombnjfecfhhdcgolnn
URL Chính Thức https://chromewebstore.google.com/detail/watch-your-tabs/dpmmlnjankpabcombnjfecfhhdcgolnn
Mô tả Hide title if browse Porn. Also change title and favicon if you browse any Social Network
Kích Thước Tệp 36.4 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-12-20
Ngày Phát Hành 2016-12-20
Nhà Phát Triển tucho235
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}