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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}