NonAd Block
This extension blocks any content that is NOT an ad.
ما هو NonAd Block؟
NonAd Block هو إضافة Chrome تم تطويرها بواسطة okcarl، والميزة الرئيسية لها هي "This extension blocks any content that is NOT an ad.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NonAd Block
قم بتنزيل ملفات الامتداد NonAd Block بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This shows you the Internet the way content creators want you to see it: by blocking any content that is NOT an ad. It helps you focus on the important parts of webpages. Created for the Stupid Sh*t No One Needs & Terrible Ideas Hackathon 2016. New version improves performance and shows more ads.
معلومات أساسية عن التمديد
الاسم | NonAd Block |
ID | mjdphmpknkepficogfmnfhabmlngggip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nonad-block/mjdphmpknkepficogfmnfhabmlngggip |
الوصف | This extension blocks any content that is NOT an ad. |
حجم الملف | 58.6 KB |
عدد التثبيتات | 890 |
النسخة الحالية | 1.0.0.1 |
آخر تحديث | 2016-02-11 |
تاريخ النشر | 2016-02-09 |
تقييم | 4.35/5 مجموع تقييمات 82 |
المطور | okcarl |
نوع الدفع | free |
موقع الإضافة | http://www.stupidhackathon.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NonAd Block", "short_name": "NonAdblock", "description": "This extension blocks any content that is NOT an ad.", "version": "1.0.0.1", "homepage_url": "http:\/\/www.stupidhackathon.com\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "jquery-1.12.0.min.js", "app.js" ] }, "content_scripts": [ { "matches": [ " |