Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
ما هو Paywall Hopper؟
Paywall Hopper هو إضافة Chrome تم تطويرها بواسطة magnus.ahmad، والميزة الرئيسية لها هي "Replaces paywalled URL with unpaywalled URL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paywall Hopper
قم بتنزيل ملفات الامتداد Paywall Hopper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension tries to keep the internet free by using url methods to remove paywalls on websites. Simply click the extension button and you will be redirected to an unpaywalled version of the website.
معلومات أساسية عن التمديد
الاسم | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
الوصف | Replaces paywalled URL with unpaywalled URL. |
حجم الملف | 64.64 KB |
عدد التثبيتات | 623 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-09-30 |
تاريخ النشر | 2022-09-30 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | magnus.ahmad |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paywall Hopper", "version": "1.0", "manifest_version": 3, "description": "Replaces paywalled URL with unpaywalled URL.", "permissions": [ "tabs", "scripting" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "hopper.png", "48": "hopper.png", "128": "hopper.png" } } |