Hiding Bad

Hide mentions of the show Breaking Bad

Hiding Bad là gì?

Hiding Bad là một tiện ích mở rộng Chrome được phát triển bởi Kla Haeck, và tính năng chính của nó là "Hide mentions of the show Breaking Bad".

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

Tải xuống các tệp mở rộng Hiding Bad 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

                        Hides paragraphs and list items that contain these terms: breakingbad, BreakingBad, breaking bad, Breaking Bad                    

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

Tên Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
URL Chính Thức https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
Mô tả Hide mentions of the show Breaking Bad
Kích Thước Tệp 182 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2013-10-03
Ngày Phát Hành 2013-10-03
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kla Haeck
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiding Bad",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/jquery.min.js",
        "bower_components\/jquery\/jquery.min.map",
        "scripts\/hidingbad.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bower_components\/jquery\/jquery.min.js",
                "scripts\/hidingbad.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}