ShutUpHLTV

Silences some annoying ads on the site

ShutUpHLTVคืออะไร?

ShutUpHLTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ncla และคุณลักษณะหลักของมันคือ "Silences some annoying ads on the site"

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

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

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

                        - Blocks site from opening new tabs when you click on the background ad
- Removes/hides ads that are custom made to avoid common ad-blocking blacklists
- Removes 'Sponsors' blocks

The code is open source, free for anyone to look and contribute
https://github.com/ncla/ShutUpHLTV/                    

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

ชื่อ ShutUpHLTV ShutUpHLTV
ID khpkkmidcgmonalkkmhopbbnndeijebi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shutuphltv/khpkkmidcgmonalkkmhopbbnndeijebi
คำอธิบาย Silences some annoying ads on the site
ขนาดไฟล์ 33.08 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-09-19
วันที่เผยแพร่ 2016-09-19
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา ncla
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShutUpHLTV",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Silences some annoying ads on the site",
    "homepage_url": "http:\/\/github.com\/ncla\/ShutUpHLTV",
    "permissions": [
        "*:\/\/*.hltv.org\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hltv.org\/*"
            ],
            "js": [
                "vendors\/jquery\/jquery-2.1.4.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}