Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Was ist Extendify?
Extendify ist eine Chrome-Erweiterung, die von http://jmperezperez.com entwickelt wurde, und ihr Hauptmerkmal ist "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".
Erweiterungsscreenshots
Extendify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Extendify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jjajfginmjgdpblfanoimdanifdmcokd |
| Offizielle URL | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
| Beschreibung | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
| Dateigröße | 291 KB |
| Installationsanzahl | 149 |
| Aktuelle Version | 0.3.0 |
| Letztes Update | 2018-12-01 |
| Veröffentlichungsdatum | 2018-12-01 |
| Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
| Entwickler | http://jmperezperez.com |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/JMPerez/extendify |
| Hilfeseite URL | https://github.com/JMPerez/extendify |
| Unterstützte Sprachen | 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"
}
} | |