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