Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Hvad er Extendify?
Extendify er en Chrome-udvidelse udviklet af http://jmperezperez.com, og dens hovedfunktion er "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".
Udvidelsesskærmbilleder
Download Extendify-udvidelses-CRX-fil
Download Extendify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jjajfginmjgdpblfanoimdanifdmcokd |
Officiel URL | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
Beskrivelse | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
Filstørrelse | 291 KB |
Antal Installationer | 149 |
Nuværende Version | 0.3.0 |
Senest Opdateret | 2018-12-01 |
Udgivelsesdato | 2018-12-01 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | http://jmperezperez.com |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/JMPerez/extendify |
Hjælpeside-URL | https://github.com/JMPerez/extendify |
Understøttede Sprog | 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" } } |