Break the wall

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

Qu'est-ce que Break the wall ?

Break the wall est une extension Chrome développée par https://erasmo.dev, et sa fonction principale est "This extension allows you to read any website without distractions or ads of any type".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Break the wall

Téléchargez les fichiers d'extension Break the wall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
URL Officiel 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
Taille du Fichier 45.81 KB
Nombre d'Installations 1,270
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-08-16
Date de Publication 2020-09-04
Évaluation 3.29/5 Total 7 Évaluations
Développeur https://erasmo.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://erasmo.dev
URL de la Page d'Aide https://erasmo.dev
Langues Prises en Charge 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"
    }
}