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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Block annoying websites, trackers and ads. Enter domain names to block and done!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Blocker - Ads, Trackers, Websites

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}