soundtrack.io

music for all.

什麼是soundtrack.io?

soundtrack.io是由http://soundtrack.io開發的Chrome擴展程式,該擴展的主要功能是“music for all.”。

擴展截圖

screenshot
screenshot

下載soundtrack.io擴展crx文件

下載soundtrack.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Official soundtrack.io Chrome extension.  Listen to music in your browser, without interruption.  See: https://soundtrack.io

Features:
- Adds "Queue" buttons to Soundcloud, YouTube, and now Bandcamp (as of September, 2016!) allowing you to queue tracks into a soundtrack room.
- Disables VP8, VP9, and WebM codecs on YouTube, enhancing performance.

Changelog: https://github.com/martindale/soundtrack.io-chrome/releases

This is an OPEN SOURCE plugin!  You can add features!  The source code is available on GitHub: https://github.com/martindale/soundtrack.io-chrome

Want to contribute?  View the wishlist: https://github.com/martindale/soundtrack.io-chrome/issues                    

擴展基本資訊

名稱 soundtrack.io soundtrack.io
ID plpfboikjdjiigdfknoohjopodfkenbn
官方網址 https://chrome.google.com/webstore/detail/soundtrackio/plpfboikjdjiigdfknoohjopodfkenbn
簡介 music for all.
檔案大小 66.44 KB
安裝次數 215
目前版本 0.3.2
更新時間 2016-09-26
上架時間 2016-09-26
評分 3.00/5 共 6 次評分
開發者 http://soundtrack.io
付費類型 free
擴展官網 https://soundtrack.io
說明頁面URL https://github.com/martindale/soundtrack.io-chrome/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "soundtrack.io",
    "version": "0.3.2",
    "manifest_version": 2,
    "description": "music for all.",
    "homepage_url": "https:\/\/soundtrack.io",
    "icons": {
        "16": "img\/soundtrack.png",
        "48": "img\/soundtrack.png",
        "128": "img\/soundtrack.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/soundcloud.com\/*",
                "http:\/\/soundcloud.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.bandcamp.com\/*",
                "http:\/\/*.bandcamp.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "inject.js",
        "jquery-2.1.1.min.js",
        "style.css"
    ]
}