Ad Remover - Ad Blocker for Chrome

The extension blocks all types of internet ads, including banner, text, popup, and video ads.

Ad Remover - Ad Blocker for Chromeคืออะไร?

Ad Remover - Ad Blocker for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adremover.org และคุณลักษณะหลักของมันคือ "The extension blocks all types of internet ads, including banner, text, popup, and video ads."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Remover - Ad Blocker for Chrome

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

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

                        Ad Remover is one of Chrome's most effective ad blockers with over 400K daily active users enjoying complete peace of mind on the Internet.

Ad Remover blocks all types of internet ads, including banners, texts, pop-ups, and video ads.
Enjoy YouTube, Facebook, MSN, and all your favorite websites without ads or trackers!

We tested Ad Remover on the 1,800 most popular websites and on average websites loaded 44% faster and used 19% lesser data with it installed. 

Why use Ad Remover?

★ Block annoying ads 
✓ Instantly block ads and pop-ups across YouTube, Facebook and your favorite websites. 
✓ Enjoy a clean browsing experience from page to page 

★ Improve browsing speeds 
✓ Increase page load performance across all devices 
✓ Use less data every time you go online 

★ Protect yourself online  
✓ Identify and block trackers and other malware 
✓ Keep sensitive information secure from identity theft 

Try Ad Remover for FREE today!

How It Works:

Using Ad Remover is easy. Simply click the blue "Add to Chrome" button, follow the instructions to enable it, and start enjoying all your favorite sites completely ad-free!

Ad Remover will automatically start blocking ads across the Internet and protect you from tracking cookies that can track all your activity and personal information.

Just sit back and enjoy a peaceful Internet with Ad Remover!

Need assistance? 
Click on the Support tab to contact us                    

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

ชื่อ Ad Remover - Ad Blocker for Chrome Ad Remover - Ad Blocker for Chrome
ID ojjjflcdgjegkdcojbahlbgeiinpbfgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ad-remover-ad-blocker-for/ojjjflcdgjegkdcojbahlbgeiinpbfgf
คำอธิบาย The extension blocks all types of internet ads, including banner, text, popup, and video ads.
ขนาดไฟล์ 3.47 MB
จำนวนการติดตั้ง 355,104
เวอร์ชันปัจจุบัน 7.0.2
อัปเดตครั้งล่าสุด 2023-07-13
วันที่เผยแพร่ 2020-05-26
คะแนน 4.59/5 รวมทั้งหมด 2223 คะแนน
ผู้พัฒนา https://adremover.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.adremover.org/
URL หน้าช่วยเหลือ https://www.adremover.org/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.adremover.org/privacy-policy
ภาษาที่รองรับ de,en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_adRemoverAdBlockerFor__",
    "description": "__MSG_theExtensionBlocksAllTypes__",
    "manifest_version": 2,
    "version": "7.0.2",
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "20": "img\/icon_20.png",
        "25": "img\/icon_25.png",
        "32": "img\/icon_32.png",
        "38": "img\/icon_38.png",
        "40": "img\/icon_40.png",
        "48": "img\/icon_48.png",
        "54": "img\/icon_54.png",
        "90": "img\/icon_90.png",
        "120": "img\/icon_120.png",
        "128": "img\/icon_128.png"
    },
    "author": "BrowseTech LLC",
    "background": {
        "page": "\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "minimum_chrome_version": "61",
    "options_ui": {
        "page": "\/ui\/dashboard.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "19": "img\/icon_19.png",
            "20": "img\/icon_20.png",
            "25": "img\/icon_25.png",
            "32": "img\/icon_32.png",
            "38": "img\/icon_38.png",
            "40": "img\/icon_40.png",
            "48": "img\/icon_48.png",
            "54": "img\/icon_54.png",
            "90": "img\/icon_90.png",
            "120": "img\/icon_120.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Ad Remover",
        "default_popup": "\/ui\/popup.html"
    },
    "permissions": [
        "idle",
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}