Beatnik

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

O que é Beatnik?

Beatnik é uma extensão do Chrome desenvolvida por Beatnik, e sua principal característica é "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Beatnik

Baixe arquivos de extensão Beatnik no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Beatnik Beatnik
ID imhhnehiopfkoogocbgihgepdkedbcfi
URL Oficial https://chromewebstore.google.com/detail/beatnik/imhhnehiopfkoogocbgihgepdkedbcfi
Descrição The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.
Tamanho do Arquivo 18.71 KB
Contagem de Instalações 16
Versão Atual 1.7
Última Atualização 2019-03-31
Data de Publicação 2019-03-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Beatnik
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://beatnik-app.herokuapp.com/index
Idiomas Suportados 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"
    }
}