ShutUpHLTV
Silences some annoying ads on the site
Apa itu ShutUpHLTV?
ShutUpHLTV adalah ekstensi Chrome yang dikembangkan oleh ncla, dan fitur utamanya adalah "Silences some annoying ads on the site".
Unduh Berkas CRX Ekstensi ShutUpHLTV
Unduh file ekstensi ShutUpHLTV dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- 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/
Informasi Dasar Ekstensi
Nama | ShutUpHLTV |
ID | khpkkmidcgmonalkkmhopbbnndeijebi |
URL Resmi | https://chromewebstore.google.com/detail/shutuphltv/khpkkmidcgmonalkkmhopbbnndeijebi |
Deskripsi | Silences some annoying ads on the site |
Ukuran File | 33.08 KB |
Jumlah Instalasi | 117 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2016-09-19 |
Tanggal Publikasi | 2016-09-19 |
Penilaian | 5.00/5 Total 11 Penilaian |
Pengembang | ncla |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |