Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Wat is Extendify?
Extendify is een Chrome-extensie ontwikkeld door http://jmperezperez.com, en de belangrijkste functie is "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Extendify
Download Extendify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | jjajfginmjgdpblfanoimdanifdmcokd |
Officiële URL | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
Beschrijving | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
Bestandsgrootte | 291 KB |
Aantal Installaties | 149 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2018-12-01 |
Publicatiedatum | 2018-12-01 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://jmperezperez.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/JMPerez/extendify |
Help Pagina-URL | https://github.com/JMPerez/extendify |
Ondersteunde Talen | 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" } } |