Youtube popup blocker

People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…

¿Qué es Youtube popup blocker?

Youtube popup blocker es una extensión de Chrome desarrollada por Dev Fasil, y su función principal es "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Youtube popup blocker

Descarga archivos de extensión Youtube popup blocker 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

                        People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups.

It can be easily turned off again by clicking on the extention button in the top right.                    

Información Básica de la Extensión

Nombre Youtube popup blocker Youtube popup blocker
ID calcepdepicecadfaibokdeheekbihkc
URL Oficial https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc
Descripción People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
Tamaño del Archivo 6.86 KB
Cantidad de Instalaciones 1,403
Versión Actual 2.0
Última Actualización 2020-09-09
Fecha de Publicación 2020-08-31
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador Dev Fasil
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube popup blocker",
    "manifest_version": 2,
    "version": "2.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "rb_active_16.png",
        "128": "fyt_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}