No Paywall

LEGALLY read news articles on the web for free

Vad är No Paywall?

No Paywall är en Chrome-tillägg utvecklad av Big Pineapple LLC, och dess huvudfunktion är "LEGALLY read news articles on the web for free".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner No Paywall-förlängningens CRX-fil

Ladda ner No Paywall-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
Officiell webbadress https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Beskrivning LEGALLY read news articles on the web for free
Filstorlek 29.29 KB
Antal Installationer 6,003
Aktuell Version 1.0.1
Senast Uppdaterad 2022-06-18
Publiceringsdatum 2022-06-18
Betyg 3.25/5 Totalt 8 Betyg
Utvecklare Big Pineapple LLC
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}