Auto-BandCamp
Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Auto-BandCampとは何ですか?
Auto-BandCampはmkdevservicesによって開発されたChromeの拡張機能で、その主な機能は「Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.」です。
拡張機能のスクリーンショット
Auto-BandCamp拡張機能のCRXファイルをダウンロード
Auto-BandCamp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you use the website, BandCamp, to discover new music then Auto-BandCamp will simplify the listening processing for you. Once you open up an album page on the BandCamp site, load the extension and press play and it will begin to play through the album automatically. Auto-BandCamp will load the next song without any input required from the user. You can also pause, skip, and jump between songs without having to switch back to BandCamp tab by using the Song List feature in the extension.
拡張機能の基本情報
名前 | |
ID | limemoifnaonjflnmlnbachimddmkbcm |
公式URL | https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm |
説明 | Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included. |
ファイルサイズ | 582 KB |
インストール数 | 161 |
現在のバージョン | 1.0 |
最終更新日 | 2017-03-26 |
公開日 | 2017-03-26 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | mkdevservices |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto-BandCamp", "description": "Play an album off of BandCamp without having to click to start each song. Pause\/Resume, skip, and repeat features are included.", "version": "1.0", "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "webRequest", "alarms", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ] } |