Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Extendify क्या है?
Extendify http://jmperezperez.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extendify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jjajfginmjgdpblfanoimdanifdmcokd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
विवरण | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
फ़ाइल का आकार | 291 KB |
स्थापना संख्या | 149 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2018-12-01 |
प्रकाशन तिथि | 2018-12-01 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://jmperezperez.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/JMPerez/extendify |
सहायता पृष्ठ URL | https://github.com/JMPerez/extendify |
समर्थित भाषाएँ | en,ca,es,it,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Extendify", "default_locale": "en", "version": "0.3.0", "manifest_version": 2, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/search.js", "js\/lib.js", "js\/providers\/allmusic.js", "js\/providers\/amazon.js", "js\/providers\/ebay.js", "js\/providers\/gmail.js", "js\/providers\/google.js", "js\/providers\/piratebay.js", "js\/providers\/wikipedia.js", "js\/providers\/youtube.js", "js\/background.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |