soundtrack.io

music for all.

soundtrack.ioคืออะไร?

soundtrack.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://soundtrack.io และคุณลักษณะหลักของมันคือ "music for all."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย soundtrack.io

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}