AdBlocker Ultimate: Free & Secure Adblocker

AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.

什麼是AdBlocker Ultimate: Free & Secure Adblocker?

AdBlocker Ultimate: Free & Secure Adblocker是由kelsallrichellayuiod開發的Chrome擴展程式,該擴展的主要功能是“AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.”。

擴展截圖

screenshot
screenshot

下載AdBlocker Ultimate: Free & Secure Adblocker擴展crx文件

下載AdBlocker Ultimate: Free & Secure Adblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AdBlocker Ultimate is Available in the chrome web store, just install it and Browse Secure with AdBlocker Ultimate.

Free and improved ad blocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking, block malware!

How To Use:-

1. Firstly Click on "Add To Chrome" button.
2. After download just click on "Extension Icon" 
3. Then ON/OFF Adblock and use.
4. Lets Enjoy

Thanks :)                    

擴展基本資訊

名稱 AdBlocker Ultimate: Free & Secure Adblocker AdBlocker Ultimate: Free & Secure Adblocker
ID flcbhdghoafhgjjmhfemoenipkfchdcd
官方網址 https://chrome.google.com/webstore/detail/adblocker-ultimate-free-s/flcbhdghoafhgjjmhfemoenipkfchdcd
簡介 AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.
檔案大小 138 KB
安裝次數 148
目前版本 2.0
更新時間 2022-06-27
上架時間 2021-08-21
評分 4.50/5 共 4 次評分
開發者 kelsallrichellayuiod
電子郵箱 [email protected]
付費類型 free
擴展官網 https://apkmanager.co/adblocker-ultimate/
隱私政策頁面URL https://onlynewtab.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlocker Ultimate: Free & Secure Adblocker",
    "description": "AdBlocker Ultimate is a Free & Secure Adblocker for chrome and all social Media. Completely remove ALL ads.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}