Adblocker for Web

Remove ads on all websites. Allow a faster and enjoyable browsing experience with Adblocker

Adblocker for Webคืออะไร?

Adblocker for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Safety Web และคุณลักษณะหลักของมันคือ "Remove ads on all websites. Allow a faster and enjoyable browsing experience with Adblocker"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker for Web

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

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

                        Adblocker for Web is a browser extension that blocks all advertisements from appearing on a website. It gives the user more control over the content they are exposed to, so that Adblocker for Web has become an increasingly popular tool for many internet users over the world..

The tool is particularly useful for people who visit websites with a lot of ads. The ads can be intrusive and slow down web pages, making them difficult to use. By using Adblocker for Web, these ads are blocked, allowing for a faster and more enjoyable browsing experience.

It is also beneficial for people who are concerned about their privacy. Many advertisements track user data in order to target them with relevant ads. By blocking ads, users can protect their privacy and prevent their data from being collected.

However, there are some drawbacks to using ad blocker. Many websites rely on advertising revenue to stay in business, and remove ad can reduce their income. This is why many websites have adopted practices such as displaying a message to visitors asking them to disable their Adblocker. In this case simply use the "Pause" button in the extension's menu.                    

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

ชื่อ Adblocker for Web Adblocker for Web
ID icegiccppplejifahamjobjmebhaplio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-for-web/icegiccppplejifahamjobjmebhaplio
คำอธิบาย Remove ads on all websites. Allow a faster and enjoyable browsing experience with Adblocker
ขนาดไฟล์ 816 KB
จำนวนการติดตั้ง 2,562
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-04-12
คะแนน 3.93/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Safety Web
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/adblockerforweb
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.3",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockLIST",
                "enabled": true,
                "path": ".\/res\/my.json"
            },
            {
                "id": "advLIST",
                "enabled": false,
                "path": ".\/res\/adv.json"
            },
            {
                "id": "antiprnLIST",
                "enabled": false,
                "path": ".\/res\/antiprn.json"
            },
            {
                "id": "suspLIST",
                "enabled": false,
                "path": ".\/res\/susp.json"
            }
        ]
    },
    "icons": {
        "48": ".\/icons\/48.png",
        "64": ".\/icons\/64.png"
    },
    "content_scripts": [
        {
            "js": [
                ".\/block\/yt_blocks.js",
                ".\/block\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Adblock"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": ".\/worker.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "manifest_version": 3
}