Adblock for Ytube

Removes ads from Youtube™.

¿Qué es Adblock for Ytube?

Adblock for Ytube es una extensión de Chrome desarrollada por Unknown, y su función principal es "Removes ads from Youtube™.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Adblock for Ytube

Descarga archivos de extensión Adblock for Ytube 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

                        Don’t miss an opportunity to get rid of annoying youtube ads once and for all. Just install youtube adblocker and you’ll forget about them. Tired of unskippable ads and endless charade of ad banners? Then this superb adblocker for youtube is what you were looking for. Installation process takes just a few seconds and the extension doesn’t require a lot of free space. Adblock for youtube simply does its job and doesn’t track your online activity or else. It’s completely safe and reliable extension for those, who just can’t tolerate those annoying ads anymore. Feel the difference after installing this simple yet so useful extension – all the youtube ads will be gone.
Youtube adblock has simple and intuitive design, so it’s pretty easy to use. Well, actually you don’t have to take any actions at all, because everything is done automatically by youtube adblocker. All you have to do is click on ‘Install’ button and enable / disable the blocker when necessarily. To do so, click on extension icon in right upper corner. Imagine how cool is to watch favorite videos without annoying ads. This new youtube adblock will make the dream come true. We tried to make our adblocker for youtube as comfortable and easy to use as possible and we succeeded. The extension is incredibly useful tool to improve your browsing experience. Install our adblock for youtube and see for yourself.                    

Información Básica de la Extensión

Nombre Adblock for Ytube Adblock for Ytube
ID nendakennfmpoplpmpgnmcbpfabkibki
URL Oficial https://chromewebstore.google.com/detail/adblock-for-ytube/nendakennfmpoplpmpgnmcbpfabkibki
Descripción Removes ads from Youtube™.
Tamaño del Archivo 70.97 KB
Cantidad de Instalaciones 3,828
Versión Actual 1.2
Última Actualización 2022-01-24
Fecha de Publicación 2021-11-03
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador Unknown
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "media\/sty\/icon.png"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "media\/scr\/serj.js",
                "media\/scr\/kapesh.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "media\/sty\/icon.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "ind\/indra.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}