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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- 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" } ] } |