Extendify

Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.

Cos'è Extendify?

Extendify è un'estensione di Chrome sviluppata da http://jmperezperez.com, e la sua funzione principale è "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Extendify

Scarica i file di estensione Extendify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Extendify Extendify
ID jjajfginmjgdpblfanoimdanifdmcokd
URL Ufficiale https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd
Descrizione Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Dimensione del File 291 KB
Conteggio Installazioni 149
Versione Corrente 0.3.0
Ultimo Aggiornamento 2018-12-01
Data di Pubblicazione 2018-12-01
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore http://jmperezperez.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/JMPerez/extendify
URL della Pagina di Aiuto https://github.com/JMPerez/extendify
Lingue Supportate 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"
    }
}