Youtube Channel Playlist

This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Youtube Channel Playlist क्या है?

Youtube Channel Playlist Hornobster द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will start playing the channel playlist of uploaded videos, starting from the current one."।

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

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

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

                        This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Instructions:

- Open a Youtube video
- Click on Youtube Channel Playlist icon
- Enjoy your playlist!                    

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

नाम Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
विवरण This extension will start playing the channel playlist of uploaded videos, starting from the current one.
फ़ाइल का आकार 14.03 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2015-02-07
प्रकाशन तिथि 2015-02-07
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर Hornobster
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Channel Playlist",
    "short_name": "YTPlaylist",
    "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Start playlist"
    }
}