Spotiyou
Linking music from Youtube to Spotify
Spotiyou क्या है?
Spotiyou Readsmart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linking music from Youtube to Spotify"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotiyou एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Linking music from Youtube to Spotify
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lfmnfjooefjfppnhajmclclhdhalfmhd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spotiyou/lfmnfjooefjfppnhajmclclhdhalfmhd |
विवरण | Linking music from Youtube to Spotify |
फ़ाइल का आकार | 24.99 KB |
स्थापना संख्या | 324 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-11-18 |
प्रकाशन तिथि | 2013-11-18 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Readsmart |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://loverajoel.com.ar/spotiyou/ |
गोपनीयता नीति पृष्ठ URL | https://readsmart.co/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spotiyou", "description": "Linking music from Youtube to Spotify", "version": "1.2", "author": "Joel Lovera", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background\/background.js" ], "pages": [ "background\/background.html" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "app\/js\/app.js" ], "css": [ "app\/css\/app.css" ] } ], "permissions": [ "http:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |