AdBlock Guard

Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…

AdBlock Guardคืออะไร?

AdBlock Guard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fanda321krash และคุณลักษณะหลักของมันคือ "Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…"

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

screenshot
screenshot

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

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

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

                        Have a fast and safe browsing experience without ads and annoying pop-ups!

This extension blocks advertisements and disturbing pop-ups on different websites. 

Surf the internet without annoying banners, harmful ads and cryptocurrency scams on all of your favorite sites and improve page load speeds.                    

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

ชื่อ AdBlock Guard AdBlock Guard
ID bkphkfeibfgjlilaoaadkfkhdolndemf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adblock-guard/bkphkfeibfgjlilaoaadkfkhdolndemf
คำอธิบาย Have a fast and safe browsing experience without ads and annoying pop-ups! This extension blocks advertisements and disturbing…
ขนาดไฟล์ 385 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2021-12-14
วันที่เผยแพร่ 2021-12-10
คะแนน 5.00/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา fanda321krash
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://snippet.host/wudm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Guard",
    "version": "0.0.2",
    "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": [
            "libs\/jquery.js",
            "lists\/blackListUrls.js",
            "lists\/whiteListUrls.js",
            "js\/blocker.js",
            "background-min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "content_js\/content_blocker.js"
            ],
            "run_at": "document_start",
            "css": [
                "css\/hide.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}