Break the wall

This extension allows you to read any website without distractions or ads of any type

Wat is Break the wall?

Break the wall is een Chrome-extensie ontwikkeld door https://erasmo.dev, en de belangrijkste functie is "This extension allows you to read any website without distractions or ads of any type".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Break the wall

Download Break the wall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
Officiële URL https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha
Beschrijving This extension allows you to read any website without distractions or ads of any type
Bestandsgrootte 45.81 KB
Aantal Installaties 1,270
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-08-16
Publicatiedatum 2020-09-04
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar https://erasmo.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://erasmo.dev
Help Pagina-URL https://erasmo.dev
Ondersteunde Talen 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"
    }
}