Binge Buddy
Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!
Wat is Binge Buddy?
Binge Buddy is een Chrome-extensie ontwikkeld door Chris Levine, en de belangrijkste functie is "Keep Pandora and Netflix playing continuously-support for more streaming services coming soon!".
Download het CRX-bestand van de extensie Binge Buddy
Download Binge Buddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | fnfnbfffgmkadgokkgehkppldijmomkj |
Officiële URL | https://chrome.google.com/webstore/detail/binge-buddy/fnfnbfffgmkadgokkgehkppldijmomkj |
Beschrijving | Keep Pandora and Netflix playing continuously-support for more streaming services coming soon! |
Bestandsgrootte | 16.39 KB |
Aantal Installaties | 22 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2015-10-07 |
Publicatiedatum | 2015-10-07 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Chris Levine |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |