Auto Play

Automatically play music from a variety of websites

什麼是Auto Play?

Auto Play是由syrrim開發的Chrome擴展程式,該擴展的主要功能是“Automatically play music from a variety of websites”。

擴展截圖

screenshot
screenshot

下載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 Auto Play
ID ahenlbboobkcclimcmfmeppgldbnemfh
官方網址 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\/"
    ]
}