Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
ما هو Paywall؟
Paywall هو إضافة Chrome تم تطويرها بواسطة Mark Crandall، والميزة الرئيسية لها هي "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paywall
قم بتنزيل ملفات الامتداد Paywall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers. Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site.
معلومات أساسية عن التمديد
الاسم | Paywall |
ID | kemhkjedapfedmoaliehjgdllceafeng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
الوصف | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
حجم الملف | 597 KB |
عدد التثبيتات | 1,481 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2016-10-19 |
تاريخ النشر | 2016-10-18 |
تقييم | 2.67/5 مجموع تقييمات 6 |
المطور | Mark Crandall |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Paywall", "version": "0.0.0.2", "description": "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.12.0.min.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |