Beatnik

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

Beatnik là gì?

Beatnik là một tiện ích mở rộng Chrome được phát triển bởi Beatnik, và tính năng chính của nó là "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Beatnik

Tải xuống các tệp mở rộng Beatnik dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Beatnik Beatnik
ID imhhnehiopfkoogocbgihgepdkedbcfi
URL Chính Thức https://chromewebstore.google.com/detail/beatnik/imhhnehiopfkoogocbgihgepdkedbcfi
Mô tả The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.
Kích Thước Tệp 18.71 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2019-03-31
Ngày Phát Hành 2019-03-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Beatnik
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://beatnik-app.herokuapp.com/index
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}