Playify

Opens Spotify links in other streaming services

Playifyとは何ですか?

Playifyはhttps://krmax44.deによって開発されたChromeの拡張機能で、その主な機能は「Opens Spotify links in other streaming services」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        As seen on The Next Web, Android Headlines, Caschys Blog and Mobiflip.

Open Spotify links in other streaming services. Without login, just music. Offers native integration with the Google Play Music Desktop Player.

Don't want to be redirected to Playify? Just add #no-playify to your URL and you're good.

Learn more: https://krmax44.de/playify

=================

New in v3.0: Complete rewrite, transfer more than 100 songs, custom URLs
New in v2.0: New design!
New in v1.0: Transfer Spotify playlists completely to Google Music!

=================

GitHub: https://github.com/krmax44/Playify
Donate: https://krmax44.de/donate                    

拡張機能の基本情報

名前 Playify Playify
ID cniimiiflgmmjmcohcgnofcdiifdifef
公式URL https://chromewebstore.google.com/detail/playify/cniimiiflgmmjmcohcgnofcdiifdifef
説明 Opens Spotify links in other streaming services
ファイルサイズ 247 KB
インストール数 941
現在のバージョン 3.1.0
最終更新日 2019-08-29
公開日 2019-08-29
評価 4.43/5 合計 23 レビュー
開発者 https://krmax44.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://krmax44.de/playify
ヘルプページのURL https://github.com/krmax44/Playify/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Opens Spotify links in other streaming services",
    "version": "3.1.0",
    "manifest_version": 2,
    "name": "Playify",
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.spotify.com\/*",
        "storage",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}