Beatnik

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

Beatnik क्या है?

Beatnik Beatnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Beatnik extension redirects music streaming links to the Beatnik site for a better sharing experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beatnik एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}