spotify remote
get access to the spotify remote service
spotify remote क्या है?
spotify remote Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "get access to the spotify remote service"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में spotify remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | boidmjchelicgoeabcpblhboklbillbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
विवरण | get access to the spotify remote service |
फ़ाइल का आकार | 34.42 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2015-12-21 |
प्रकाशन तिथि | 2015-12-20 |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/theyelllowdart/spotifyremote |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "spotify remote", "description": "get access to the spotify remote service", "version": "0.0.5", "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "alarms", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "spotify remote" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |