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 |
公式URL | 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" } } |