ShutUpHLTV
Silences some annoying ads on the site
ShutUpHLTV क्या है?
ShutUpHLTV ncla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Silences some annoying ads on the site"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShutUpHLTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- 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 |
आधिकारिक 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" } ] } |