AdBlock Manager

This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…

AdBlock Managerคืออะไร?

AdBlock Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย banimahla5789 และคุณลักษณะหลักของมันคือ "This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…"

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

screenshot
screenshot

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

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

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

                        This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and fast                    

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

ชื่อ AdBlock Manager AdBlock Manager
ID pdbcfmobcbmikdhombihdglgdlkjllba
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adblock-manager/pdbcfmobcbmikdhombihdglgdlkjllba
คำอธิบาย This extension blocks advertisements and annoying pop-up windows on different websites to make your browsing experience safe and…
ขนาดไฟล์ 386 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-01-26
วันที่เผยแพร่ 2021-12-10
คะแนน 5.00/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา banimahla5789
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://justpaste.it/93rkz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Manager",
    "version": "0.0.3",
    "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": [
                ""
            ]
        }
    ]
}