Jukebox-YT

A Media Player for YouTube videos.

Jukebox-YT क्या है?

Jukebox-YT Sam Boyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Media Player for YouTube videos."।

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

screenshot
screenshot

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

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

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

                        Jukebox-YT is a Media Player for YouTube videos that lets you collect videos, group them into dynamic playlists and play with rating-weighted shuffling!

Videos can be added to your collection individually, or batch-imported from a playlist. From there they can be shuffled, rated and filtered through using complex expressions. Playlists can be made from these search filters.

The plugin features a main screen where the tracks are played and handled, a toolbar popup with remote control and 'Add' options in the context menus for YouTube videos and playlists.

(It should be noted that Jukebox-YT cannot play certain music videos that are disallowed from being played outside of YouTube, but most music works :3)                    

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

नाम Jukebox-YT Jukebox-YT
ID mglabanecenehiphkiefanefolachfbh
आधिकारिक URL https://chrome.google.com/webstore/detail/jukebox-yt/mglabanecenehiphkiefanefolachfbh
विवरण A Media Player for YouTube videos.
फ़ाइल का आकार 544 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-04-13
प्रकाशन तिथि 2018-04-13
डेवलपर Sam Boyer
भुगतान के प्रकार free
सहायता पृष्ठ URL https://samboyer.co.uk
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jukebox-YT",
    "version": "1.0.2",
    "description": "A Media Player for YouTube videos.",
    "author": "Sam Boyer",
    "icons": {
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.youtube.com\/*",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/getData.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon32.png",
        "default_title": "Jukebox.YT",
        "default_popup": "jukeboxPopup.html"
    }
}