Zamify

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

Was ist Zamify?

Zamify ist eine Chrome-Erweiterung, die von http://sirlisko.com entwickelt wurde, und ihr Hauptmerkmal ist "Zamify allows you to play your Shazams in Spotify, directly from the browser.".

Erweiterungsscreenshots

screenshot

Zamify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zamify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Zamify Zamify
ID foilfgbdcipbajipeodmjjnkflkfocin
Offizielle URL https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin
Beschreibung Zamify allows you to play your Shazams in Spotify, directly from the browser.
Dateigröße 15.35 KB
Installationsanzahl 101
Aktuelle Version 1.0.2
Letztes Update 2020-06-30
Veröffentlichungsdatum 2020-06-30
Bewertung 2.78/5 Insgesamt 9 Bewertungen
Entwickler http://sirlisko.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sirlisko.com/blog/shazamify
Hilfeseite URL https://github.com/sirLisko/shazamify
Unterstützte Sprachen 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"
    }
}