jsonline Pop-up and Ad Blocker
Stops annoying $0.99 subscribe pop-ups.
ما هو jsonline Pop-up and Ad Blocker؟
jsonline Pop-up and Ad Blocker هو إضافة Chrome تم تطويرها بواسطة http://ryanmarquardt.com، والميزة الرئيسية لها هي "Stops annoying $0.99 subscribe pop-ups.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة jsonline Pop-up and Ad Blocker
قم بتنزيل ملفات الامتداد jsonline Pop-up and Ad Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
-Unofficial Milwaukee Journal Sentinel Chrome Extension Helper- v1.01 * Displays helpful hotlines links to popular sports sections of Wisconsin Sports Teams * Removes the annoying pop up ad when you reach 10 articles at jsonline * Removes the ads that take forever to load on the side.
معلومات أساسية عن التمديد
الاسم | |
ID | pndjflhlkobeenifffedeieemafghgim |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/jsonline-pop-up-and-ad-bl/pndjflhlkobeenifffedeieemafghgim |
الوصف | Stops annoying $0.99 subscribe pop-ups. |
حجم الملف | 105 KB |
عدد التثبيتات | 88 |
النسخة الحالية | 1.10.1 |
آخر تحديث | 2014-09-22 |
تاريخ النشر | 2014-09-22 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | http://ryanmarquardt.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jsonline Pop-up and Ad Blocker", "version": "1.10.1", "manifest_version": 2, "description": "Stops annoying $0.99 subscribe pop-ups.", "background_page": "background.html", "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "css": [ "jsonline.css" ], "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/www.jsonline.com\/*" ] } ] } |