Zamify

Zamify allows you to play your Shazams in Spotify, directly from the browser.

Hvad er Zamify?

Zamify er en Chrome-udvidelse udviklet af http://sirlisko.com, og dens hovedfunktion er "Zamify allows you to play your Shazams in Spotify, directly from the browser.".

Udvidelsesskærmbilleder

screenshot

Download Zamify-udvidelses-CRX-fil

Download Zamify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Zamify adds a small Spotify™ icon to every Shazam™ track page and allows you to play that track directly in Spotify™.

Zamify is not affiliated with Shazam Entertainment Limited.
"Shazam" and its logo are trademarks and registered trademarks of Shazam Entertainment Limited.
All other companies and product names are trademarks or registered trademarks of their respective companies.                    

Grundlæggende oplysninger om udvidelsen

Navn Zamify Zamify
ID foilfgbdcipbajipeodmjjnkflkfocin
Officiel URL https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin
Beskrivelse Zamify allows you to play your Shazams in Spotify, directly from the browser.
Filstørrelse 15.35 KB
Antal Installationer 101
Nuværende Version 1.0.2
Senest Opdateret 2020-06-30
Udgivelsesdato 2020-06-30
Bedømmelse 2.78/5 Samlet 9 Bedømmelser
Udvikler http://sirlisko.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://sirlisko.com/blog/shazamify
Hjælpeside-URL https://github.com/sirLisko/shazamify
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zamify",
    "version": "1.0.2",
    "description": "Zamify allows you to play your Shazams in Spotify, directly from the browser.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/oauth2\/*"
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shazam.com\/*track\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "base.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}