Break the wall
This extension allows you to read any website without distractions or ads of any type
Was ist Break the wall?
Break the wall ist eine Chrome-Erweiterung, die von https://erasmo.dev entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to read any website without distractions or ads of any type".
Erweiterungsscreenshots
Break the wall-Erweiterungs-CRX-Datei herunterladen
Laden Sie Break the wall-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
This extension remove PAYWALLS from ANY website. If the bad PAYWALL of any page is breaking your concentration, just BREAK THE WALL! -- Version 2.0.0 -- - Outline service was shutdown, replaced by https://12ft.io/ -- Version 1.0.1 -- - Removed useless logic. - Performance Optimizations.
Grundlegende Informationen zur Erweiterung
Name | Break the wall |
ID | nibfdabgnekfamcpaghohhhgbbjoflha |
Offizielle URL | https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha |
Beschreibung | This extension allows you to read any website without distractions or ads of any type |
Dateigröße | 45.81 KB |
Installationsanzahl | 1,270 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2022-08-16 |
Veröffentlichungsdatum | 2020-09-04 |
Bewertung | 3.29/5 Insgesamt 7 Bewertungen |
Entwickler | https://erasmo.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://erasmo.dev |
Hilfeseite URL | https://erasmo.dev |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Break the wall", "version": "2.0.0", "manifest_version": 2, "description": "This extension allows you to read any website without distractions or ads of any type", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "activeTab", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |