Break the wall

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

Co je Break the wall?

Break the wall je rozšíření Chrome vyvinuté https://erasmo.dev, a jeho hlavní funkcí je „This extension allows you to read any website without distractions or ads of any type“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Break the wall

Stáhněte si soubory rozšíření Break the wall ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
Oficiální URL https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha
Popis This extension allows you to read any website without distractions or ads of any type
Velikost souboru 45.81 KB
Počet instalací 1,270
Aktuální Verze 2.0.0
Poslední Aktualizace 2022-08-16
Datum Vydání 2020-09-04
Hodnocení 3.29/5 Celkem 7 Hodnocení
Vývojář https://erasmo.dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://erasmo.dev
URL Stránky Nápovědy https://erasmo.dev
Podporované Jazyky 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"
    }
}