Extendify

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

Apa itu Extendify?

Extendify adalah ekstensi Chrome yang dikembangkan oleh http://jmperezperez.com, dan fitur utamanya adalah "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Extendify

Unduh file ekstensi Extendify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Extendify Extendify
ID jjajfginmjgdpblfanoimdanifdmcokd
URL Resmi https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd
Deskripsi Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Ukuran File 291 KB
Jumlah Instalasi 149
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2018-12-01
Tanggal Publikasi 2018-12-01
Penilaian 4.00/5 Total 3 Penilaian
Pengembang http://jmperezperez.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/JMPerez/extendify
URL Halaman Bantuan https://github.com/JMPerez/extendify
Bahasa yang Didukung 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"
    }
}