Beatube

Listen to full length tracks on beatport.com before you purchase them

Beatube क्या है?

Beatube LiveSource द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to full length tracks on beatport.com before you purchase them"।

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

screenshot

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

crx प्रारूप में Beatube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        When you play a track on beatport.com, Beatube performs a search to find the full length track on YouTube. The top results of this search are then loaded up right next to the Beatport player, ready for you to listen. Alternatively you can configure Beatube to play the YouTube results automatically, instead of the Beatport sample.

Most tracks on Beatport can be found right away using the default Beatube search. The search terms can be customised to be more or less specific as needed. If it’s on YouTube, Beatube will find it for you.

Beatube also offers a playlist feature, which allows you to easily create a YouTube playlist from the search results. This is useful if you’d like to play through all of the tracks in your cart before purchasing them.                    

एक्सटेंशन की मूल जानकारी

नाम Beatube Beatube
ID gpoeocncenpmhfjblabigdmjjibfibom
आधिकारिक URL https://chromewebstore.google.com/detail/beatube/gpoeocncenpmhfjblabigdmjjibfibom
विवरण Listen to full length tracks on beatport.com before you purchase them
फ़ाइल का आकार 715 KB
स्थापना संख्या 71
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2019-06-09
प्रकाशन तिथि 2019-06-08
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर LiveSource
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beatube",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Listen to full length tracks on beatport.com before you purchase them",
    "homepage_url": "https:\/\/goo.gl\/RPKRuW",
    "author": "Shea Dawson",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "identity",
        "storage",
        "https:\/\/www.beatport.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.beatport.com\/*"
            ],
            "css": [
                "css\/beatube.min.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/www-widgetapi.js",
                "js\/jquery.debounce.js",
                "js\/beatube.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.min.js"
        ]
    },
    "web_accessible_resources": [
        "background\/*.js",
        "background\/*.map",
        "js\/*.js",
        "js\/*.map",
        "icons\/*.png",
        "images\/*.svg",
        "images\/*.jpg",
        "font\/*.eot",
        "font\/*.svg",
        "font\/*.ttf",
        "font\/*.woff",
        "font\/*.woff2",
        "templates\/*.html"
    ],
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj8firgTjwTemW4E6pAF91I9mXoOLHNcELdJeiMpRpGCh7Pc4aYlIRm446vLSN9n1m9myA7TjgZdDImyoDmUfmjsiDJ2mjOAk7ownrfzH5DOUTXnker9PiqwWzCfAEpJGUGu95BXeSb5g565u7DNkevZzHlrUHTS1\/Xfp6D44C0UJ4AkOPN6B+gPhaZ6nJONIGArtmdnpMwsrsfmkq7Cvm1BdHV6VqVCMx3xWqhi5sTpywnYRXRdG4rZBaRtT\/e6ThwizVS5aTWc06OIFpFXKyFk4yY26DPvQHUQguAfn7WXQ9AqKIAMxLoddm8u5bFHzg4\/GYRJAMWDAXHvJITBZOwIDAQAB",
    "oauth2": {
        "client_id": "939819364856-t5cb3bqb82jjt0p9bsorgc9a6m0iorqt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}