AdBlock Plus: Free Ad Blocker

Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.

AdBlock Plus: Free Ad Blockerคืออะไร?

AdBlock Plus: Free Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamesjenniferzxchd และคุณลักษณะหลักของมันคือ "Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads."

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

screenshot
screenshot

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

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

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

                        Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari, Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube.

Features:-

#1 Faster, More Enjoyable Browsing
#2 Keep Your Data And Devices Safe
#3 Not All Ads Are Bad

How To use:-

1. Firstly click on "Add To Chrome" Button.
2. After loading data just click on "Extension icon"
3. You see Pop-up menu of Adblock Plus.
4. when you visit any sites , then ads are Blocked.
5. Thanks Lets Enjoy.

:)                    

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

ชื่อ AdBlock Plus: Free Ad Blocker AdBlock Plus: Free Ad Blocker
ID dfmidlljlmmpnodhebiolaacjfoodpij
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/dfmidlljlmmpnodhebiolaacjfoodpij
คำอธิบาย Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-06-08
วันที่เผยแพร่ 2021-08-17
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา jamesjenniferzxchd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apkmanager.co/adblock/
URL หน้านโยบายความเป็นส่วนตัว https://yourwebgame.com/page/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Plus: Free Ad Blocker",
    "description": "Adblock Plus: Free Ad Blocker is a free extension that allows you to customize and control your web experience. Block annoying ads.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}