Break the wall
This extension allows you to read any website without distractions or ads of any type
What is Break the wall?
Break the wall is a Chrome extension developed by https://erasmo.dev, and its main feature is "This extension allows you to read any website without distractions or ads of any type".
Extension Screenshots
Download Break the wall Extension CRX File
Download Break the wall 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 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.
Extension Basic Information
Name | Break the wall |
ID | nibfdabgnekfamcpaghohhhgbbjoflha |
Official URL | https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha |
Description | This extension allows you to read any website without distractions or ads of any type |
File Size | 45.81 KB |
Installation Count | 1,270 |
Current Version | 2.0.0 |
Last Updated | 2022-08-16 |
Publish Date | 2020-09-04 |
Rating | 3.29/5 Total 7 Ratings |
Developer | https://erasmo.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://erasmo.dev |
Help Page URL | https://erasmo.dev |
Supported Languages | 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" } } |