Youtube Adblocker Adblock For Youtube™ YouApp

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

What is Youtube Adblocker Adblock For Youtube™ YouApp?

Youtube Adblocker Adblock For Youtube™ YouApp is a Chrome extension developed by Adblock, and its main feature is "Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™".

Extension Screenshots

screenshot
screenshot

Download Youtube Adblocker Adblock For Youtube™ YouApp Extension CRX File

Download Youtube Adblocker Adblock For Youtube™ YouApp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Youtube Adblocker Adblock For Youtube™ YouApp Youtube Adblocker Adblock For Youtube™ YouApp
ID fehakahaflkmeafdflhmlfcgolbpahen
Official URL https://chromewebstore.google.com/detail/youtube-adblocker-adblock/fehakahaflkmeafdflhmlfcgolbpahen
Description Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™
File Size 130 KB
Installation Count 3,000
Current Version 0.0.6
Last Updated 2024-02-05
Publish Date 2023-01-30
Rating 4.58/5 Total 76 Ratings
Developer Adblock
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}