Binge Easy

Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros

¿Qué es Binge Easy?

Binge Easy es una extensión de Chrome desarrollada por Arvind Iyengar, y su función principal es "Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Binge Easy

Descarga archivos de extensión Binge Easy 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

                        Aren't we all tired of skipping those irritating Ads on Youtube or those theme songs of your favourite TV serials. Well, Binge Easy is here to rescue you. 

Beware BingeEasy makes you lazy ! 

To confirm if BingeEasy is installed, watch any video on youtube and check for the change in window title.

For suggestions or bugs , feel free to contact me on my email  : [email protected]                    

Información Básica de la Extensión

Nombre Binge Easy Binge Easy
ID ifgjeccbeppfjenaljmballcfknhdccf
URL Oficial https://chromewebstore.google.com/detail/binge-easy/ifgjeccbeppfjenaljmballcfknhdccf
Descripción Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros
Tamaño del Archivo 28.99 KB
Cantidad de Instalaciones 24
Versión Actual 0.0.3
Última Actualización 2019-08-01
Fecha de Publicación 2019-07-31
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Arvind Iyengar
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binge Easy",
    "short_name": "Binge Easy",
    "description": "Binge Easy allows you to binge watch your favourite shows\/videos on Youtube \/ Netflix \/ Prime by skipping ads and themeIntros",
    "manifest_version": 2,
    "version": "0.0.3",
    "author": "Arvind Iyengar",
    "homepage_url": "https:\/\/iyengararvind.github.io\/BingeEasyExtn\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*"
            ],
            "js": [
                "env.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "static\/mainLogo128.png",
        "256": "static\/mainLogo256.png",
        "512": "static\/mainLogo512.png",
        "64": "static\/mainLogo64.png"
    }
}