No Paywall

LEGALLY read news articles on the web for free

Co to jest No Paywall?

No Paywall to rozszerzenie Chrome opracowane przez Big Pineapple LLC, a jego główną funkcją jest „LEGALLY read news articles on the web for free”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia No Paywall

Pobierz pliki rozszerzeń No Paywall w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
Oficjalny URL https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
Opis LEGALLY read news articles on the web for free
Rozmiar pliku 29.29 KB
Liczba instalacji 6,003
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-06-18
Data Publikacji 2022-06-18
Ocena 3.25/5 Łącznie 8 Oceny
Deweloper Big Pineapple LLC
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}