Beatnik

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

Beatnikคืออะไร?

Beatnik เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beatnik และคุณลักษณะหลักของมันคือ "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beatnik

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}