Adblocker for YouTube - Ultimate

Ultimate AdBlocker for YouTube for ads free youtube experience

什麼是Adblocker for YouTube - Ultimate?

Adblocker for YouTube - Ultimate是由aiassistantextension開發的Chrome擴展程式,該擴展的主要功能是“Ultimate AdBlocker for YouTube for ads free youtube experience”。

擴展截圖

screenshot
screenshot

下載Adblocker for YouTube - Ultimate擴展crx文件

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

擴展使用說明

                        Adblocker for YouTube - Ultimate is an innovative browser extension designed to eliminate ads on YouTube and provide an uninterrupted viewing experience. It has advanced algorithms that block all ads, including those embedded in the video itself, and can speed up video playback, reducing buffering time. It offers customization options for users to tailor their ad-blocking preferences and enhanced privacy features that block tracking cookies and online trackers. The product is compatible with all major browsers and devices, making it ideal for those who want to block ads on-the-go. Download Adblocker for YouTube - Ultimate today and take control of your online experience. Blocks ads on Youtube, hotstar, jio cinema, etc.

Checkout at privacy policy at https://ytultimate.com/privacy-policy                    

擴展基本資訊

名稱 Adblocker for YouTube - Ultimate Adblocker for YouTube - Ultimate
ID pmdojcimafiidnflodbinjhpfflfneic
官方網址 https://chromewebstore.google.com/detail/adblocker-for-youtube-ult/pmdojcimafiidnflodbinjhpfflfneic
簡介 Ultimate AdBlocker for YouTube for ads free youtube experience
檔案大小 53.94 KB
安裝次數 20,284
目前版本 2.2
更新時間 2024-01-15
上架時間 2023-04-05
評分 4.20/5 共 5 次評分
開發者 aiassistantextension
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://ytultimate.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for YouTube - Ultimate",
    "version": "2.2",
    "description": "Ultimate AdBlocker for YouTube for ads free youtube experience",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "commonrules",
                "enabled": true,
                "path": "commonrules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "webRequest"
    ],
    "icons": {
        "128": "ytultimate.png"
    },
    "action": {
        "default_icon": "yt.png",
        "default_title": "Adblocker for YouTube - Ultimate"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}