No Paywall

LEGALLY read news articles on the web for free

No Paywall क्या है?

No Paywall Big Pineapple LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LEGALLY read news articles on the web for free"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No Paywall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}