Binge Buddy
Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!
What is Binge Buddy?
Binge Buddy is a Chrome extension developed by Chris Levine, and its main feature is "Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!".
Download Binge Buddy Extension CRX File
Download Binge Buddy 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
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!
Extension Basic Information
Name | |
ID | fnfnbfffgmkadgokkgehkppldijmomkj |
Official URL | https://chrome.google.com/webstore/detail/binge-buddy/fnfnbfffgmkadgokkgehkppldijmomkj |
Description | Keep Pandora and Netflix playing continuously-support for more streaming services coming soon! |
File Size | 16.39 KB |
Installation Count | 22 |
Current Version | 2.0 |
Last Updated | 2015-10-07 |
Publish Date | 2015-10-07 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Chris Levine |
Payment Type | free |
Supported Languages | 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" } } |