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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}