Beatnik

The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.

Beatnikとは何ですか?

BeatnikはBeatnikによって開発されたChromeの拡張機能で、その主な機能は「The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows users to unlock the full functionality of Beatnik (https://wwww.beatnikapp.com)
v1.7: Fixed the homepage url in the manifest

v1.6: Updated to the new homepage url

v1.5: Fixed issues with redirecting open.spotify.com, you should be able to navigate to the web player now.

v1.4: Added options that allow you to selectively redirect links.

v1.3: Fixed some bugs opening Apple Music or Google Play links from the website, or playing directly from Google Play.

v1.2: Fixed some bugs opening links to other Google Play Services and iTunes links that were not for Apple Music albums or tracks.                    

拡張機能の基本情報

名前 Beatnik Beatnik
ID imhhnehiopfkoogocbgihgepdkedbcfi
公式URL https://chromewebstore.google.com/detail/beatnik/imhhnehiopfkoogocbgihgepdkedbcfi
説明 The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.
ファイルサイズ 18.71 KB
インストール数 16
現在のバージョン 1.7
最終更新日 2019-03-31
公開日 2019-03-31
評価 5.00/5 合計 1 レビュー
開発者 Beatnik
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://beatnik-app.herokuapp.com/index
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beatnik",
    "version": "1.7",
    "description": "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.",
    "homepage_url": "https:\/\/www.beatnikapp.com",
    "icons": {
        "64": "icons\/beatnik.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}