Break the wall

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

ما هو Break the wall؟

Break the wall هو إضافة Chrome تم تطويرها بواسطة https://erasmo.dev، والميزة الرئيسية لها هي "This extension allows you to read any website without distractions or ads of any type".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Break the wall

قم بتنزيل ملفات الامتداد Break the wall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
عنوان URL الرسمي https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha
الوصف This extension allows you to read any website without distractions or ads of any type
حجم الملف 45.81 KB
عدد التثبيتات 1,270
النسخة الحالية 2.0.0
آخر تحديث 2022-08-16
تاريخ النشر 2020-09-04
تقييم 3.29/5 مجموع تقييمات 7
المطور https://erasmo.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://erasmo.dev
عنوان صفحة المساعدة https://erasmo.dev
اللغات المدعومة 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"
    }
}