Break the wall

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

Cos'è Break the wall?

Break the wall è un'estensione di Chrome sviluppata da https://erasmo.dev, e la sua funzione principale è "This extension allows you to read any website without distractions or ads of any type".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Break the wall

Scarica i file di estensione Break the wall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
URL Ufficiale https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha
Descrizione This extension allows you to read any website without distractions or ads of any type
Dimensione del File 45.81 KB
Conteggio Installazioni 1,270
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-08-16
Data di Pubblicazione 2020-09-04
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore https://erasmo.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://erasmo.dev
URL della Pagina di Aiuto https://erasmo.dev
Lingue Supportate 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"
    }
}