overTheWall
an extension to bypass paywalls Keppo
ما هو overTheWall؟
overTheWall هو إضافة Chrome تم تطويرها بواسطة juuzou، والميزة الرئيسية لها هي "an extension to bypass paywalls Keppo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة overTheWall
قم بتنزيل ملفات الامتداد overTheWall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
معلومات أساسية عن التمديد
الاسم | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
الوصف | an extension to bypass paywalls Keppo |
حجم الملف | 47.44 KB |
عدد التثبيتات | 266 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-12-20 |
تاريخ النشر | 2019-12-20 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | juuzou |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.tanea.gr\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "LogoMakr_1gMTlP.png" } }, "description": "an extension to bypass paywalls Keppo", "manifest_version": 2, "name": "overTheWall", "options_ui": { "page": "options.html" }, "version": "1.0.0" } |