Free AdBlocker Original

Block annoying and intrusive ads while browsing your favorite websites.

Free AdBlocker Originalคืออะไร?

Free AdBlocker Original เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pattynamaruud และคุณลักษณะหลักของมันคือ "Block annoying and intrusive ads while browsing your favorite websites."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free AdBlocker Original

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

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

                        Free AdBlocke Original is a Chrome extension, packed with an advanced adblocking technology. Comes with NO predefined whitelist or acceptable ads! Enables you to an ad free web experience in order to see more of the content that really matters to you.

Removes all advertisement including pre-roll video ad, popup and banner ads on each website you visit. Manage the app by simple clicking the icon and apply additional functions for current website. Advanced utility allows you to set filters for optimal usage exactly for your needs. Enjoy the new way of surfing the web, because our extension blocks all ads across the internet.

★ Without registration ★ Free ★ Easy to install and use

Features:
- blocks annoying ads of all kinds (banner, popups, pre-loaded ad-videos)
- blocks ad-cookies from third parties no ads block ads
- secure browsing: warns you in case of malware and adware
- super fast browser with our adblocker

Thanks to its ad blocking technology and clean design, Free AdBlocker Original significantly improves your mobile browsing experience. It is also the safest place to enter the web. It blocks all online trackers, malware, phishing sites, etc. We believe that it’s called Privacy for a reason.
Just install Free AdBlocker in your browser and start surfing without annoying ads! Stop seeing ads on the web.                    

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

ชื่อ Free AdBlocker Original Free AdBlocker Original
ID kpdfphhplelegiijichjfhcgplamnklf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/free-adblocker-original/kpdfphhplelegiijichjfhcgplamnklf
คำอธิบาย Block annoying and intrusive ads while browsing your favorite websites.
ขนาดไฟล์ 738 KB
จำนวนการติดตั้ง 6,870
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-05-17
วันที่เผยแพร่ 2021-03-23
คะแนน 3.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา pattynamaruud
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1t3o37IauzGuGRGdrav6SaB2bUE_5tfAS1z2LUovurBg
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "polyfill.js",
            "ext\/common.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/publicSuffixList.js",
            "lib\/easyadblock.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Free AdBlocker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49.0",
    "name": "__MSG_appName__",
    "homepage_url": "https:\/\/www.freeablocker.com",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.2"
}