Paywall

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

Was ist Paywall?

Paywall ist eine Chrome-Erweiterung, die von Mark Crandall entwickelt wurde, und ihr Hauptmerkmal ist "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".

Erweiterungsscreenshots

screenshot

Paywall-Erweiterungs-CRX-Datei herunterladen

Laden Sie Paywall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Paywall Paywall
ID kemhkjedapfedmoaliehjgdllceafeng
Offizielle URL https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng
Beschreibung Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Dateigröße 597 KB
Installationsanzahl 1,481
Aktuelle Version 0.0.0.2
Letztes Update 2016-10-19
Veröffentlichungsdatum 2016-10-18
Bewertung 2.67/5 Insgesamt 6 Bewertungen
Entwickler Mark Crandall
Zahlungsart free
Unterstützte Sprachen 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"
    }
}