Binge Easy

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

Cos'è Binge Easy?

Binge Easy è un'estensione di Chrome sviluppata da Arvind Iyengar, e la sua funzione principale è "Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Binge Easy

Scarica i file di estensione Binge Easy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Binge Easy Binge Easy
ID ifgjeccbeppfjenaljmballcfknhdccf
URL Ufficiale https://chromewebstore.google.com/detail/binge-easy/ifgjeccbeppfjenaljmballcfknhdccf
Descrizione Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros
Dimensione del File 28.99 KB
Conteggio Installazioni 24
Versione Corrente 0.0.3
Ultimo Aggiornamento 2019-08-01
Data di Pubblicazione 2019-07-31
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Arvind Iyengar
Tipo di Pagamento free
Lingue Supportate 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"
    }
}