Youtube Adblocker Adblock For Youtube™ YouApp

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

¿Qué es Youtube Adblocker Adblock For Youtube™ YouApp?

Youtube Adblocker Adblock For Youtube™ YouApp es una extensión de Chrome desarrollada por Adblock, y su función principal es "Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Youtube Adblocker Adblock For Youtube™ YouApp

Descarga archivos de extensión Youtube Adblocker Adblock For Youtube™ YouApp en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Youtube Adblocker Adblock For Youtube™ YouApp Youtube Adblocker Adblock For Youtube™ YouApp
ID fehakahaflkmeafdflhmlfcgolbpahen
URL Oficial https://chromewebstore.google.com/detail/youtube-adblocker-adblock/fehakahaflkmeafdflhmlfcgolbpahen
Descripción Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™
Tamaño del Archivo 130 KB
Cantidad de Instalaciones 3,000
Versión Actual 0.0.6
Última Actualización 2024-02-05
Fecha de Publicación 2023-01-30
Calificación 4.58/5 Total de 76 Calificaciones
Desarrollador Adblock
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}