Binge Easy

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

What is Binge Easy?

Binge Easy is a Chrome extension developed by Arvind Iyengar, and its main feature is "Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros".

Extension Screenshots

screenshot

Download Binge Easy Extension CRX File

Download Binge Easy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Binge Easy Binge Easy
ID ifgjeccbeppfjenaljmballcfknhdccf
Official URL https://chromewebstore.google.com/detail/binge-easy/ifgjeccbeppfjenaljmballcfknhdccf
Description Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros
File Size 28.99 KB
Installation Count 24
Current Version 0.0.3
Last Updated 2019-08-01
Publish Date 2019-07-31
Rating 5.00/5 Total 6 Ratings
Developer Arvind Iyengar
Payment Type free
Supported Languages 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"
    }
}