Auto Play
Automatically play music from a variety of websites
Auto Playとは何ですか?
Auto Playはsyrrimによって開発されたChromeの拡張機能で、その主な機能は「Automatically play music from a variety of websites」です。
拡張機能のスクリーンショット
Auto Play拡張機能のCRXファイルをダウンロード
Auto Play拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to generate a playlist of music, that will be automatically played. This music can be from most popular sites, including: • Youtube • SoundCloud • Bandcamp • Vimeo It also allows you to add audio tracks off the web, as long as the format is supported by chrome. Currently playing sounds can be played and paused, seeked through, restarted, or skipped over. Songs in the queue can be reorganized through drag and drop methods, as well as completely removed. In other words, you have complete control over the playlist.
拡張機能の基本情報
名前 | Auto Play |
ID | ahenlbboobkcclimcmfmeppgldbnemfh |
公式URL | https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh |
説明 | Automatically play music from a variety of websites |
ファイルサイズ | 136 KB |
インストール数 | 301 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-10-29 |
公開日 | 2015-10-28 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | syrrim |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Play", "description": "Automatically play music from a variety of websites", "author": "syrrim", "version": "1.0.1", "icons": { "128": "logo128.png", "48": "logo48.png", "16": "logo16.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo\/logo128.png", "default_title": "Auto Play", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "http:\/\/streampocket.com\/" ] } |