AdBlock Suite

Remove all ads from websites

AdBlock Suiteคืออะไร?

AdBlock Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://adbs.io และคุณลักษณะหลักของมันคือ "Remove all ads from websites"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ✓ Remove all ads from websites!
✓ Trusted by over 30 million users
✓ Easy to use

Features:
+ Blocks ads, banners, pop-ups and pop-unders on all websites
+ Prevents pre-roll ads from loading on YouTube™
+ Protects against malicious malware downloads
+ Blocks ads on external pages that load YouTube™ videos
+ Improves video and web page loading speed
+ Keeps web pages clean and shows only relevant and desired content

Annoyed by ads on websites? 
Then install AdBlock Suite now and instantly put an end to annoying ad breaks, pesky pop-ups, banners and malicious malware download buttons.
AdBlock Suite is a browser extension for filtering content and blocking ads. AdBlock Suite automatically skips pre-roll video ads, removes ad banners and shows you only content you want to see. Adblock Suite blocks all ads and does not allow "Acceptable Ads" either.

About Extension Permissions & Privacy
Like all adblockers, we require certain extension permissions to block ads on third-party websites. All detection happens locally on your computer. AdBlock Suite does not send or track any data. The source code of AdBlock Suite is open and can be reviewed by anyone at any time.

Download and use are free, so have fun with AdBlock Suite!

Note: AdBlock Suite is also available as a paid premium version including a VPN solution on our website.                    

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

ชื่อ AdBlock Suite AdBlock Suite
ID gekoepiplklhniacchbbgbhilidiojmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gekoepiplklhniacchbbgbhilidiojmb
คำอธิบาย Remove all ads from websites
ขนาดไฟล์ 7.85 MB
จำนวนการติดตั้ง 818,605
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2022-11-19
คะแนน 4.62/5 รวมทั้งหมด 2317 คะแนน
ผู้พัฒนา http://adbs.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adbs.io
URL หน้าช่วยเหลือ https://www.adbs.io/support
URL หน้านโยบายความเป็นส่วนตัว https://www.adbs.io/privacy-policy
ภาษาที่รองรับ de,en,fr,es,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "short_name": "__MSG_extension_short_name__",
    "version": "1.3.2",
    "manifest_version": 3,
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_name__",
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_3\/ruleset_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_9\/ruleset_9.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_16",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_16\/ruleset_16.json"
            },
            {
                "id": "ruleset_224",
                "enabled": false,
                "path": "declarativeNetRequest\/ruleset_224\/ruleset_224.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js",
                "ping.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.adbs.io\/*",
                "https:\/\/dev.app.adbs.io\/*"
            ],
            "js": [
                "contentListener.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "scripting",
        "webRequest",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ]
}