Zamify

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

Zamifyとは何ですか?

Zamifyはhttp://sirlisko.comによって開発されたChromeの拡張機能で、その主な機能は「Zamify allows you to play your Shazams in Spotify, directly from the browser.」です。

拡張機能のスクリーンショット

screenshot

Zamify拡張機能のCRXファイルをダウンロード

Zamify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Zamify Zamify
ID foilfgbdcipbajipeodmjjnkflkfocin
公式URL https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin
説明 Zamify allows you to play your Shazams in Spotify, directly from the browser.
ファイルサイズ 15.35 KB
インストール数 101
現在のバージョン 1.0.2
最終更新日 2020-06-30
公開日 2020-06-30
評価 2.78/5 合計 9 レビュー
開発者 http://sirlisko.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sirlisko.com/blog/shazamify
ヘルプページのURL https://github.com/sirLisko/shazamify
対応言語 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"
    }
}