Ultimate Blocker - Ads, Trackers, Websites

Block annoying websites, trackers and ads. Enter domain names to block and done!

什麼是Ultimate Blocker - Ads, Trackers, Websites?

Ultimate Blocker - Ads, Trackers, Websites是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Block annoying websites, trackers and ads. Enter domain names to block and done!”。

擴展截圖

screenshot
screenshot

下載Ultimate Blocker - Ads, Trackers, Websites擴展crx文件

下載Ultimate Blocker - Ads, Trackers, Websites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        How to use: Click extension's toolbar button to open the settings page, and enter the domain (or, sub-domain) names to block.

Extension by BrowserNative. Visit our site for detailed user guide: https://browsernative.com/ultimate-blocker/                    

擴展基本資訊

名稱 Ultimate Blocker - Ads, Trackers, Websites Ultimate Blocker - Ads, Trackers, Websites
ID lpihkopjpnbhogjcbjicmdjobckhjaoi
官方網址 https://chromewebstore.google.com/detail/ultimate-blocker-ads-trac/lpihkopjpnbhogjcbjicmdjobckhjaoi
簡介 Block annoying websites, trackers and ads. Enter domain names to block and done!
檔案大小 16.12 KB
安裝次數 72
目前版本 2.0.0
更新時間 2023-11-27
上架時間 2022-05-23
評分 1.00/5 共 1 次評分
開發者 https://browsernative.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsernative.com/ultimate-blocker/
說明頁面URL https://browsernative.com/ultimate-blocker/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultimate Blocker - Ads, Trackers, Websites",
    "description": "Block annoying websites, trackers and ads. Enter domain names to block and done!",
    "version": "2.0.0",
    "short_name": "Ultimate Blocker",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/browsernative.com\/ultimate-blocker\/",
    "minimum_chrome_version": "101",
    "options_page": "\/option\/index.html",
    "action": {
        "default_icon": {
            "16": "static\/icon-16.png",
            "24": "static\/icon-24.png",
            "32": "static\/icon-32.png",
            "48": "static\/icon-48.png"
        },
        "default_title": "Ultimate Blocker"
    }
}