Beatnik

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

Qu'est-ce que Beatnik ?

Beatnik est une extension Chrome développée par Beatnik, et sa fonction principale est "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Beatnik

Téléchargez les fichiers d'extension Beatnik au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Beatnik Beatnik
ID imhhnehiopfkoogocbgihgepdkedbcfi
URL Officiel https://chromewebstore.google.com/detail/beatnik/imhhnehiopfkoogocbgihgepdkedbcfi
Description The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience.
Taille du Fichier 18.71 KB
Nombre d'Installations 16
Version Actuelle 1.7
Dernière Mise à Jour 2019-03-31
Date de Publication 2019-03-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Beatnik
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://beatnik-app.herokuapp.com/index
Langues Prises en Charge 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"
    }
}