AdBlock Super

An ad blocker to remove ads on any site

AdBlock Superคืออะไร?

AdBlock Super เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://proapps.org และคุณลักษณะหลักของมันคือ "An ad blocker to remove ads on any site"

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

screenshot
screenshot

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

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

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

                        AdBlock Super is an extension that helps you instantly block annoying ads, pop-ups.
AdBlock Super is the one tool you need to take full control of your online browsing experience.
Instantly eliminate unwanted adverts, intrusive notifications and advertising trackers within a matter of a few clicks.
Key benefits include:
Block Unwanted Ads
Enjoy the internet peacefully without any limits by removing unwanted ads.                    

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

ชื่อ AdBlock Super AdBlock Super
ID hoiopcmenjlmeabccepljgibjpapihki
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hoiopcmenjlmeabccepljgibjpapihki
คำอธิบาย An ad blocker to remove ads on any site
ขนาดไฟล์ 5.49 MB
จำนวนการติดตั้ง 165
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2019-05-06
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา http://proapps.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://proapps.org
URL หน้าช่วยเหลือ https://proapps.org
URL หน้านโยบายความเป็นส่วนตัว https://proapps.org/extension-privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,hi,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/gray-19.png",
            "38": "icons\/gray-38.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/libs\/css.escape.js",
                "lib\/utils\/element-collapser.js",
                "lib\/utils\/css-hits-counter.js",
                "lib\/libs\/extended-css.js",
                "lib\/content-script\/abu-content.js",
                "lib\/content-script\/common-script.js",
                "lib\/content-script\/content-script.js",
                "lib\/content-script\/wrappers.js",
                "lib\/content-script\/preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "css": [
                "lib\/content-script\/css\/alert.css"
            ],
            "js": [
                "lib\/content-script\/content-utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "css": [
                "lib\/content-script\/assistant\/css\/select-element.css"
            ],
            "js": [
                "lib\/libs\/diff_match_patch.js",
                "lib\/libs\/dom.patched.js",
                "lib\/utils\/balalaika.patched.js",
                "lib\/content-script\/i18n-helper.js",
                "lib\/content-script\/assistant\/js\/abu-selector.js",
                "lib\/content-script\/assistant\/js\/abu-rules-constructor.js",
                "lib\/content-script\/assistant\/js\/assistant.js",
                "lib\/content-script\/assistant\/js\/start-assistant.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "lib\/libs\/jquery-3.6.0.min.js",
                "lib\/libs\/jquery-ui.min.js",
                "lib\/libs\/diff_match_patch.js",
                "lib\/libs\/dom.js",
                "lib\/content-script\/i18n-helper.js",
                "lib\/content-script\/shield.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "An ad blocker to remove ads on any site",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "21.0",
    "name": "AdBlock Super",
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options.html"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "short_name": "AdBlock Super",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "web_accessible_resources": [
        "lib\/content-script\/assistant\/*",
        "pages\/shield\/*"
    ]
}