Zamify
Zamify allows you to play your Shazams in Spotify, directly from the browser.
Zamify क्या है?
Zamify http://sirlisko.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zamify allows you to play your Shazams in Spotify, directly from the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zamify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Zamify adds a small Spotify™ icon to every Shazam™ track page and allows you to play that track directly in Spotify™. Zamify is not affiliated with Shazam Entertainment Limited. "Shazam" and its logo are trademarks and registered trademarks of Shazam Entertainment Limited. All other companies and product names are trademarks or registered trademarks of their respective companies.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | foilfgbdcipbajipeodmjjnkflkfocin |
आधिकारिक URL | https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin |
विवरण | Zamify allows you to play your Shazams in Spotify, directly from the browser. |
फ़ाइल का आकार | 15.35 KB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-06-30 |
प्रकाशन तिथि | 2020-06-30 |
रेटिंग | 2.78/5 कुल 9 रेटिंग्स |
डेवलपर | http://sirlisko.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sirlisko.com/blog/shazamify |
सहायता पृष्ठ URL | https://github.com/sirLisko/shazamify |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zamify", "version": "1.0.2", "description": "Zamify allows you to play your Shazams in Spotify, directly from the browser.", "manifest_version": 2, "web_accessible_resources": [ "\/oauth2\/*" ], "permissions": [ "identity", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.shazam.com\/*track\/*" ], "css": [ "style.css" ], "js": [ "base.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |