AdBlock Free

Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…

AdBlock Freeคืออะไร?

AdBlock Free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ab-devs.digital และคุณลักษณะหลักของมันคือ "Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdBlock Free

ดาวน์โหลดไฟล์ส่วนขยาย AdBlock Free ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! 
Features:
:heavy_plus_sign: Block pop-ups, advertisements, annoying banners on all of your favourite sites. 
:heavy_plus_sign: Browse safely without harmful ads with malware, frauds, and cryptocurrency scams 
:heavy_plus_sign: Improve page load speeds and experience a quicker Internet                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AdBlock Free AdBlock Free
ID cbibkodnmedfgmkaeagomjckphnegcgi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adblock-free/cbibkodnmedfgmkaeagomjckphnegcgi
คำอธิบาย Block advertisements and annoying pop-ups on websites. Have a great internet experience without ads! Features: :heavy_plus_sign:…
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2021-12-14
วันที่เผยแพร่ 2021-11-06
คะแนน 4.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://ab-devs.digital
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ab-devs.digital/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Free",
    "version": "0.0.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "alarms"
    ],
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}