Extendify
Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Co to jest Extendify?
Extendify to rozszerzenie Chrome opracowane przez http://jmperezperez.com, a jego główną funkcją jest „Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Extendify
Pobierz pliki rozszerzeń Extendify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jjajfginmjgdpblfanoimdanifdmcokd |
| Oficjalny URL | https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd |
| Opis | Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more. |
| Rozmiar pliku | 291 KB |
| Liczba instalacji | 149 |
| Aktualna Wersja | 0.3.0 |
| Ostatnia Aktualizacja | 2018-12-01 |
| Data Publikacji | 2018-12-01 |
| Ocena | 4.00/5 Łącznie 3 Oceny |
| Deweloper | http://jmperezperez.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/JMPerez/extendify |
| Adres URL Strony Pomocy | https://github.com/JMPerez/extendify |
| Obsługiwane Języki | 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"
}
} | |