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