Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Vad är Extendify?
Extendify är en Chrome-tillägg utvecklad av http://jmperezperez.com, och dess huvudfunktion är "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".
Tilläggsskärmbilder
Ladda ner Extendify-förlängningens CRX-fil
Ladda ner Extendify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | jjajfginmjgdpblfanoimdanifdmcokd |
| Officiell webbadress | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
| Beskrivning | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
| Filstorlek | 291 KB |
| Antal Installationer | 149 |
| Aktuell Version | 0.3.0 |
| Senast Uppdaterad | 2018-12-01 |
| Publiceringsdatum | 2018-12-01 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | http://jmperezperez.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/JMPerez/extendify |
| Hjälpsida URL | https://github.com/JMPerez/extendify |
| Stödda Språk | 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"
}
} | |