Paywall

Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.

Co to jest Paywall?

Paywall to rozszerzenie Chrome opracowane przez Mark Crandall, a jego główną funkcją jest „Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Paywall

Pobierz pliki rozszerzeń 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

                        Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers.  Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site.                    

Podstawowe informacje o rozszerzeniu

Nazwa Paywall Paywall
ID kemhkjedapfedmoaliehjgdllceafeng
Oficjalny URL https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng
Opis Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Rozmiar pliku 597 KB
Liczba instalacji 1,481
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2016-10-19
Data Publikacji 2016-10-18
Ocena 2.67/5 Łącznie 6 Oceny
Deweloper Mark Crandall
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paywall",
    "version": "0.0.0.2",
    "description": "Shows 'Paywall' sites links as '$$$'. Preserves original text.  Great on Drudge. Also flags sites that do not work with adblockers.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}