PayWallBlocker
Hides online articles that are behind a paywall.
What is PayWallBlocker?
PayWallBlocker is a Chrome extension developed by dasistdaniel, and its main feature is "Hides online articles that are behind a paywall.".
Extension Screenshots
Download PayWallBlocker Extension CRX File
Download PayWallBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will help you stop being bothered by annoying PayWall articles. Paywall Blocker achieves this by hiding the most commonly referred to as Plus articles on the overview pages. In the current version, the visibility of these articles is lowered and when you move the mouse over the article, it is displayed again and you can view and handle it normally like any other article. Paywall Blocker supports the largest German online magazines, newspapers and news sites. You can find more information at https://codeberg.org/dasistdaniel/PayWallBlocker There you can also contact me with questions and comments or support me with the development.
Extension Basic Information
Name | PayWallBlocker |
ID | oifbpnmoaigfdjgpndhealhnnbbncmon |
Official URL | https://chromewebstore.google.com/detail/paywallblocker/oifbpnmoaigfdjgpndhealhnnbbncmon |
Description | Hides online articles that are behind a paywall. |
File Size | 16.13 KB |
Installation Count | 4,491 |
Current Version | 0.1.5 |
Last Updated | 2021-03-17 |
Publish Date | 2021-03-10 |
Rating | 2.80/5 Total 5 Ratings |
Developer | dasistdaniel |
[email protected] | |
Payment Type | free |
Extension Website | https://codeberg.org/dasistdaniel/PayWallBlocker |
Help Page URL | https://codeberg.org/dasistdaniel/PayWallBlocker |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "description": "__MSG_appDesc__", "default_locale": "de", "content_scripts": [ { "matches": [ "*:\/\/muehlacker-tagblatt.de\/*", "*:\/\/aachener-nachrichten.de\/*", "*:\/\/rp-online.de\/*", "*:\/\/*.aachener-nachrichten.de\/*", "*:\/\/*.aachener-zeitung.de\/*", "*:\/\/*.abendblatt.de\/*", "*:\/\/*.augsburger-allgemeine.de\/*", "*:\/\/*.badische-zeitung.de\/*", "*:\/\/*.boyens-medien.de\/*", "*:\/\/*.braunschweiger-zeitung.de\/*", "*:\/\/*.buerstaedter-zeitung.de\/*", "*:\/\/*.cnv-medien.de\/*", "*:\/\/*.cz.de\/*", "*:\/\/*.dewezet.de\/*", "*:\/\/*.dorstenerzeitung.de\/*", "*:\/\/*.echo-online.de\/*", "*:\/\/*.ejz.de\/*", "*:\/\/*.esslinger-zeitung.de\/*", "*:\/\/*.faz.net\/*", "*:\/\/*.fnweb.de\/*", "*:\/\/*.frankenpost.de\/*", "*:\/\/*.freiepresse.de\/*", "*:\/\/*.gaeubote.de\/*", "*:\/\/*.gea.de\/*", "*:\/\/*.giessener-anzeiger.de\/*", "*:\/\/*.gifhorner-rundschau.de\/*", "*:\/\/*.gmuender-tagespost.de\/*", "*:\/\/*.goettinger-tageblatt.de\/*", "*:\/\/*.goslarsche.de\/*", "*:\/\/*.haz.de\/*", "*:\/\/*.heise.de\/*", "*:\/\/*.hellwegeranzeiger.de\/*", "*:\/\/*.hildesheimer-allgemeine.de\/*", "*:\/\/*.hz.de\/*", "*:\/\/*.insuedthueringen.de\/*", "*:\/\/*.jungewelt.de\/*", "*:\/\/*.kn-online.de\/*", "*:\/\/*.kreis-anzeiger.de\/*", "*:\/\/*.ksta.de\/*", "*:\/\/*.kurier.de\/*", "*:\/\/*.lampertheimer-zeitung.de\/*", "*:\/\/*.lauterbacher-anzeiger.de\/*", "*:\/\/*.ln-online.de\/*", "*:\/\/*.lr-online.de\/*", "*:\/\/*.lvz.de\/*", "*:\/\/*.main-spitze.de\/*", "*:\/\/*.mainpost.de\/*", "*:\/\/*.mannheimer-morgen.de\/*", "*:\/\/*.maz-online.de\/*", "*:\/\/*.mittelbayerische.de\/*", "*:\/\/*.mittelhessen.de\/*", "*:\/\/*.morgenpost.de\/*", "*:\/\/*.moz.de\/*", "*:\/\/*.mt.de\/*", "*:\/\/*.muensterlandzeitung.de\/*", "*:\/\/*.muensterschezeitung.de\/*", "*:\/\/*.ndz.de\/*", "*:\/\/*.nordkurier.de\/*", "*:\/\/*.nw.de\/*", "*:\/\/*.nwzonline.de\/*", "*:\/\/*.op-marburg.de\/*", "*:\/\/*.ostsee-zeitung.de\/*", "*:\/\/*.otz.de\/*", "*:\/\/*.ovb-online.de\/*", "*:\/\/*.pz-news.de\/*", "*:\/\/*.rga.de\/*", "*:\/\/*.saarbruecker-zeitung.de\/*", "*:\/\/*.schwaebische-post.de\/*", "*:\/\/*.schwaebische.de\/*", "*:\/\/*.sn-online.de\/*", "*:\/\/*.solinger-tageblatt.de\/*", "*:\/\/*.spiegel.de\/*", "*:\/\/*.stern.de\/*", "*:\/\/*.stimme.de\/*", "*:\/\/*.stuttgarter-nachrichten.de\/*", "*:\/\/*.stuttgarter-zeitung.de\/*", "*:\/\/*.sueddeutsche.de\/*", "*:\/\/*.swp.de\/*", "*:\/\/*.szlz.de\/*", "*:\/\/*.tagblatt.de\/*", "*:\/\/*.tageblatt.de\/*", "*:\/\/*.tagesspiegel.de\/*", "*:\/\/*.teckbote.de\/*", "*:\/\/*.thueringer-allgemeine.de\/*", "*:\/\/*.tlz.de\/*", "*:\/\/*.usinger-anzeiger.de\/*", "*:\/\/*.waz-online.de\/*", "*:\/\/*.waz.de\/*", "*:\/\/*.welt.de\/*", "*:\/\/*.wiesbadener-kurier.de\/*", "*:\/\/*.wn.de\/*", "*:\/\/*.wnoz.de\/*", "*:\/\/*.wolfenbuetteler-zeitung.de\/*", "*:\/\/*.wolfsburger-nachrichten.de\/*", "*:\/\/*.wormser-zeitung.de\/*", "*:\/\/*.wr.de\/*", "*:\/\/*.zak.de\/*", "*:\/\/*.zeit.de\/*" ], "js": [ "PWB_SCRIPT.js" ], "css": [ "PWB_CSS.css" ], "run_at": "document_end" } ], "manifest_version": 2, "web_accessible_resources": [ "PWB_Blocklist.json" ], "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "64": "assets\/logo64.png", "128": "assets\/logo128.png" } } |