ShutUpHLTV
Silences some annoying ads on the site
什麼是ShutUpHLTV?
ShutUpHLTV是由ncla開發的Chrome擴展程式,該擴展的主要功能是“Silences some annoying ads on the site”。
下載ShutUpHLTV擴展crx文件
下載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 |
ID | khpkkmidcgmonalkkmhopbbnndeijebi |
官方網址 | 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" } ] } |