Adblock Unlimited - ad blocker

Effectively ablock tool on all websites in Chrome. Block ads and popup, banners, pre-roll. Perfect adblocker for remove Youtube ads.

Adblock Unlimited - ad blockerคืออะไร?

Adblock Unlimited - ad blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UnlimBlock และคุณลักษณะหลักของมันคือ "Effectively ablock tool on all websites in Chrome. Block ads and popup, banners, pre-roll. Perfect adblocker for remove Youtube ads."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblock Unlimited - ad blocker

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

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

                        Adblock Unlimited can help stop annoying online ads from bothering you, make web pages load faster, and even enhance your security.

Ad blocker for all websites helps to remove all type of advertising on the web pages. Stop banners, popups, preroll on Youtube and other popular social networks.

See how much faster websites open once unwanted ads no longer appear. Try Adblock Unlimited for free right now to enjoy all these advantages.

FEATURES:
- Block pop ups, ads, and annoying banners (even remove video ads!) on YouTube, Facebook, Twitch, and all your favorite sites
- Block third-party trackers and protect your privacy
- Browse safely by blocking malicious ads with malware, scams, and cryptocurrency miners
- Improve page load times and enjoy a faster Internet
- Customize your experience with filters, whitelists, dark mode, and other colorful themes

Key Benefits Adblock Unlimited:

1. Block Ads Effectively
Stop seeing all sorts of ads on the websites you visit and start enjoying the web more.

2. Browse the Web More Safely
Protect your privacy and personal information by disrupting tracking systems and blocking sneaky scams or suspicious ads.

3. Open Websites Faster
Preventing ads from showing up makes websites appear more quickly so you can get more done.

4. Trust Your Favorite Websites
Put the websites that you want to support on an exception list so they can keep earning money by showing ads to you.

Surf the internet safely and ad-free with the most complete and lightweight adblock extension for Chrome!

Adblock for Chrome works automatically. Just click "Add to Chrome," then visit your favorite website and see the ads disappear! Choose to continue seeing unobtrusive ads, whitelist your favorite sites, or block all ads by default.

It is an Adblock for YouTube application with a huge team of the developer behind it. It is a tool that ensures that you do not see the ads that appear on the screen while watching videos on YouTube.

Adblock  - ad blocker is really fast and lightweight. It uses half as much memory as other popular solutions: Adblock, Adblock Plus, and even outperforms uBlock Adblocker in some tests!

Your suggestions can make Adblock Unlimited even better. Share your ideas through feedback on extension web store.                    

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

ชื่อ Adblock Unlimited - ad blocker Adblock Unlimited - ad blocker
ID jiaopkfkampgnnkckajcbdgannoipcne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblock-unlimited-ad-bloc/jiaopkfkampgnnkckajcbdgannoipcne
คำอธิบาย Effectively ablock tool on all websites in Chrome. Block ads and popup, banners, pre-roll. Perfect adblocker for remove Youtube ads.
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 658,092
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-06-15
วันที่เผยแพร่ 2022-11-21
คะแนน 3.87/5 รวมทั้งหมด 641 คะแนน
ผู้พัฒนา UnlimBlock
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://unlimblocker.com/policy.html
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.4",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "blockLIST",
                "enabled": true,
                "path": ".\/helpers\/my.json"
            },
            {
                "id": "advLIST",
                "enabled": false,
                "path": ".\/helpers\/adv.json"
            },
            {
                "id": "antiprnLIST",
                "enabled": false,
                "path": ".\/helpers\/antiprn.json"
            },
            {
                "id": "suspLIST",
                "enabled": false,
                "path": ".\/helpers\/susp.json"
            }
        ]
    },
    "icons": {
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png"
    },
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/yt_blocks.js",
                ".\/scripts\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Adblock Unlimited"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": ".\/scripts\/worker.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "manifest_version": 3
}