Youtube Adblocker Adblock For Youtube™ YouApp

Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™

什么是Youtube Adblocker Adblock For Youtube™ YouApp?

Youtube Adblocker Adblock For Youtube™ YouApp是由Adblock开发的Chrome扩展程序,该扩展的主要功能是“Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™”。

扩展截图

screenshot
screenshot

下载Youtube Adblocker Adblock For Youtube™ YouApp扩展crx文件

下载Youtube Adblocker Adblock For Youtube™ YouApp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Youtube Adblocker - Adblock For Youtube™ | YouApp
YouApp is Adblock for Chrome and Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™, Chrome ad blocker, hides ad banners.

AdBlock for YouTube is available to all internet users for free. 
As the name suggests, it is an application that blocks all ads on the YouTube platform.

This extension is a content filtering and ad blocker browser extension that blocks all ads on Youtube™. It allows users to block page elements such as ads from being displayed.
The banners you usually see, Ad Clips, and even ads that run before the actual video are blocked by this extension.

Adblock For Youtube™ | YouApp Additional features;
 - Auto HD for YouTube - You can set the Quality
 - Search on YouTube - When reading a book, Select a keyword and search
 - Skip Ads: skip video ads
 - Youtube Loop video: Repeat Video
 - Block Ads: You will not see ads on YouTube with youapp


Auto HD for YouTube

 - Select the Video quality from the extension ( quality selector for YouTube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported)
 - Open video from YouTube site.
 - You will see that it automatically opens in the selected Quality.

Search On YouTube
When you read a text on any website and wonder whether a video is related to that text, you can search directly on YouTube by right-clicking.

Skip Ads
All ads seen on YouTube are blocked. Even the most annoying Pre-roll skip ads are blocked. Automatically, pre-roll ads are hidden.

Youtube Loop video
When you have a video you like on YouTube and want to listen to repeatedly, the Youtube Loop button will make your job easier. When you press the button, the same video will start repeatedly.


Features:
★ Advertisements, banners, and pop-ups are blocked. 
★ Ads on third-party websites are also blocked. 
★ The upload of pre-roll ads is prevented. 
★ No setup is required. Avoid managing disorganized lists 
★ Stop all sites from showing pre-roll video ads. It prevents banner and text ads all over 
★ This will not hinder your speed because it is ultra-fast and lightweight. 
★ Free and continuously updated                    

扩展基本信息

名称 Youtube Adblocker Adblock For Youtube™ YouApp Youtube Adblocker Adblock For Youtube™ YouApp
ID fehakahaflkmeafdflhmlfcgolbpahen
官方URL https://chromewebstore.google.com/detail/youtube-adblocker-adblock/fehakahaflkmeafdflhmlfcgolbpahen
简介 Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™
文件大小 130 KB
安装次数 3,000
当前版本 0.0.6
更新时间 2024-02-05
上架时间 2023-01-30
评分 4.58/5 共76次评分
开发者 Adblock
电子邮箱 [email protected]
付费类型 free
支持的语言 id,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icons\/i128.png",
            "16": "icons\/i16.png",
            "19": "icons\/i19.png",
            "32": "icons\/i32.png",
            "38": "icons\/i38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Options"
    },
    "default_locale": "en_US",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "js": [
                "looper.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/youtube.json"
            }
        ]
    },
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "19": "icons\/i19.png",
        "32": "icons\/i32.png",
        "38": "icons\/i38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "tabs",
        "contextMenus"
    ],
    "short_name": "Youtube Adblocker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "scriptlets.js"
            ]
        }
    ]
}