AdBlock Shield

AdBlock Shield - blocks all annoying ads, tracking and malware.

AdBlock Shieldคืออะไร?

AdBlock Shield เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivanovsasha224 และคุณลักษณะหลักของมันคือ "AdBlock Shield - blocks all annoying ads, tracking and malware."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Now there is a very popular AdBlock Shield application, which is used by a lot of users.  AdBlock Shield will help you get rid of annoying ads so that they do not interfere with your browsing.  If you like to watch videos of your favorite bloggers, then we are sure that if you download AdBlock Shield, you will not regret it a bit.  It is very convenient and comfortable, because no one will interrupt your viewing at the most interesting place.  We tried to make our extension as simple and comfortable as possible for your use.  Therefore, all you need to do is just install AdBlock Shield on your device, or you can do it using the link below.                    

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

ชื่อ AdBlock Shield AdBlock Shield
ID kbbidhfplpegemhlbcfboalcjdmgebap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblock-shield/kbbidhfplpegemhlbcfboalcjdmgebap
คำอธิบาย AdBlock Shield - blocks all annoying ads, tracking and malware.
ขนาดไฟล์ 757 KB
จำนวนการติดตั้ง 38,548
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-23
วันที่เผยแพร่ 2021-09-28
คะแนน 2.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา ivanovsasha224
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/adblock-shield/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "public_static\/back\/basic.js",
            "public_static\/back\/dommer.js",
            "public_static\/back\/utils.js",
            "public_static\/back\/runtime.js"
        ]
    },
    "browser_action": {
        "default_icon": "shield.png",
        "default_popup": "public_static\/pupik\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "public_static\/3sm\/notifier.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "public_static\/3sm\/jquery-2.1.3.min.js",
                "public_static\/3sm\/foner.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "shield.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "storage"
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "*.png"
    ]
}