Binge Easy

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

什麼是Binge Easy?

Binge Easy是由Arvind Iyengar開發的Chrome擴展程式,該擴展的主要功能是“Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros”。

擴展截圖

screenshot

下載Binge Easy擴展crx文件

下載Binge Easy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Binge Easy Binge Easy
ID ifgjeccbeppfjenaljmballcfknhdccf
官方網址 https://chromewebstore.google.com/detail/binge-easy/ifgjeccbeppfjenaljmballcfknhdccf
簡介 Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros
檔案大小 28.99 KB
安裝次數 24
目前版本 0.0.3
更新時間 2019-08-01
上架時間 2019-07-31
評分 5.00/5 共 6 次評分
開發者 Arvind Iyengar
付費類型 free
支援的語言 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"
    }
}