Adblock Extension-best adblocker for You Tube

Similar to YouTube™ Premium blocking audio and video ads

什麼是Adblock Extension-best adblocker for You Tube?

Adblock Extension-best adblocker for You Tube是由Adblock Office開發的Chrome擴展程式,該擴展的主要功能是“Similar to YouTube™ Premium blocking audio and video ads”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Adblock Extension-best adblocker for You Tube擴展crx文件

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

擴展使用說明

                        This extension allows users to prevent ads and pop-ups from appearing on their favorite video so they can enjoy videos without interruption on YouTube.
The latest version of  also blocks tracking, spyware, and flash, giving users more control and privacy while browsing. 

With its powerful technology can reduce memory usage, protect your computer from malware, and limit the amount of data that is collected about your browsing habits. Our chrome extension changelog is constantly updated with new features and bug fixes, ensuring that users always have the best experience. 
User-friendly extension that is easy to install and does not require any coding. It is a premium service that comes with a free license, making it accessible to everyone. The source code of  is available on Github, and the program is open to contributions from the community.
 The  team is dedicated to providing users with the best possible experience, and they are constantly working to improve the extension's performance and design. 
Also helps users to personalize their browsing experience, including by reducing memory usage, block unwanted ads, and control cookies.
 Adblock can also be used to analyze website usage, web analytics, and loading times. Is the best ad blocker for chrome browser and it is a must-have extension for anyone who wants to enjoy a faster, cleaner, and more secure video-audio experience.We participate in different affiliate programs, so this extension can redirect the accessed links to different affiliate programs.

Add to Chrome to install and enjoy                    

擴展基本資訊

名稱 Adblock Extension-best adblocker for You Tube Adblock Extension-best adblocker for You Tube
ID knfibedgjpdjjhfcompdkpebkdnljloo
官方網址 https://chromewebstore.google.com/detail/adblock-extension-best-ad/knfibedgjpdjjhfcompdkpebkdnljloo
簡介 Similar to YouTube™ Premium blocking audio and video ads
檔案大小 364 KB
安裝次數 6,000
目前版本 1.4
更新時間 2024-02-29
上架時間 2023-01-23
評分 4.85/5 共 254 次評分
開發者 Adblock Office
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
支援的語言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "service_worker": "worker_container.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png",
            "1024": "icons\/icon-1024.png"
        },
        "default_title": "__MSG_actionTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "youtube",
                "enabled": true,
                "path": "rules\/youtube.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/navigator.share.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scriptlets.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}