soundtrack.io
music for all.
soundtrack.io क्या है?
soundtrack.io http://soundtrack.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "music for all."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में soundtrack.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |