Binge Buddy
Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!
什麼是Binge Buddy?
Binge Buddy是由Chris Levine開發的Chrome擴展程式,該擴展的主要功能是“Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!”。
下載Binge Buddy擴展crx文件
下載Binge Buddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use Binge Buddy to keep media streaming constantly in your browser. You'll never have to click "I'm still listening" again! Currently, the extension supports Pandora and Netflix. More features and sites coming soon! Have another media site you want constantly streaming? Contact me at [email protected]. Happy media binging!
擴展基本資訊
名稱 | |
ID | fnfnbfffgmkadgokkgehkppldijmomkj |
官方網址 | https://chrome.google.com/webstore/detail/binge-buddy/fnfnbfffgmkadgokkgehkppldijmomkj |
簡介 | Keep Pandora and Netflix playing continuously-support for more streaming services coming soon! |
檔案大小 | 16.39 KB |
安裝次數 | 22 |
目前版本 | 2.0 |
更新時間 | 2015-10-07 |
上架時間 | 2015-10-07 |
評分 | 3.50/5 共 2 次評分 |
開發者 | Chris Levine |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binge Buddy", "version": "2.0", "manifest_version": 2, "description": "Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "binge.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*", "http:\/\/www.netflix.com\/*" ], "js": [ "binge.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |