Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Qu'est-ce que Extendify ?
Extendify est une extension Chrome développée par http://jmperezperez.com, et sa fonction principale est "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extendify
Téléchargez les fichiers d'extension Extendify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | jjajfginmjgdpblfanoimdanifdmcokd |
URL Officiel | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
Description | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
Taille du Fichier | 291 KB |
Nombre d'Installations | 149 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2018-12-01 |
Date de Publication | 2018-12-01 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | http://jmperezperez.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JMPerez/extendify |
URL de la Page d'Aide | https://github.com/JMPerez/extendify |
Langues Prises en Charge | 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" } } |