No Paywall

LEGALLY read news articles on the web for free

Co je No Paywall?

No Paywall je rozšíření Chrome vyvinuté Big Pineapple LLC, a jeho hlavní funkcí je „LEGALLY read news articles on the web for free“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření No Paywall

Stáhněte si soubory rozšíření No Paywall ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
Oficiální URL https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Popis LEGALLY read news articles on the web for free
Velikost souboru 29.29 KB
Počet instalací 6,003
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-06-18
Datum Vydání 2022-06-18
Hodnocení 3.25/5 Celkem 8 Hodnocení
Vývojář Big Pineapple LLC
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}