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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}