Youtube Adblocker Adblock For Youtube™ YouApp

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

Wat is Youtube Adblocker Adblock For Youtube™ YouApp?

Youtube Adblocker Adblock For Youtube™ YouApp is een Chrome-extensie ontwikkeld door Adblock, en de belangrijkste functie is "Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube Adblocker Adblock For Youtube™ YouApp

Download Youtube Adblocker Adblock For Youtube™ YouApp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Youtube Adblocker Adblock For Youtube™ YouApp Youtube Adblocker Adblock For Youtube™ YouApp
ID fehakahaflkmeafdflhmlfcgolbpahen
Officiële URL https://chromewebstore.google.com/detail/youtube-adblocker-adblock/fehakahaflkmeafdflhmlfcgolbpahen
Beschrijving Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™
Bestandsgrootte 130 KB
Aantal Installaties 3,000
Huidige Versie 0.0.6
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2023-01-30
Beoordeling 4.58/5 Totaal 76 Beoordelingen
Ontwikkelaar Adblock
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}