No Paywall

LEGALLY read news articles on the web for free

ما هو No Paywall؟

No Paywall هو إضافة Chrome تم تطويرها بواسطة Big Pineapple LLC، والميزة الرئيسية لها هي "LEGALLY read news articles on the web for free".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة No Paywall

قم بتنزيل ملفات الامتداد No Paywall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        No Paywall lets you LEGALLY avoid paywalls on many news articles by redirecting you to an archived version of the page.

Because we are pointing you to a different website, we are not bypassing or messing at all with the original paywall on the article source. No Paywall is 100% free, and we do not collect any data whatsoever.

** NOTE **
- Because we are searching the archives for a paywall-free copy, an archived copy must already exist.                    

معلومات أساسية عن التمديد

الاسم No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
الوصف LEGALLY read news articles on the web for free
حجم الملف 29.29 KB
عدد التثبيتات 6,003
النسخة الحالية 1.0.1
آخر تحديث 2022-06-18
تاريخ النشر 2022-06-18
تقييم 3.25/5 مجموع تقييمات 8
المطور Big Pineapple LLC
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Paywall",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Bypass Paywall"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "LEGALLY read news articles on the web for free",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}