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
官方網址 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
電子郵箱 [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"
    }
}