Hiding Bad

Hide mentions of the show Breaking Bad

Hiding Badคืออะไร?

Hiding Bad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kla Haeck และคุณลักษณะหลักของมันคือ "Hide mentions of the show Breaking Bad"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hiding Bad

ดาวน์โหลดไฟล์ส่วนขยาย Hiding Bad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hiding Bad Hiding Bad
ID clpdodjlaembcfdcjmlljdlhpkifbebn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hiding-bad/clpdodjlaembcfdcjmlljdlhpkifbebn
คำอธิบาย Hide mentions of the show Breaking Bad
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2013-10-03
วันที่เผยแพร่ 2013-10-03
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Kla Haeck
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}