playlistk

Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.

playlistk क्या है?

playlistk playlistk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Be able to create one playlist with Youtube, Soundcloud, and Bandcamp. Instead of having to have multiple accounts for all 3 and have 3 separate playlists.

Just browse to any Youtube video, Soundcloud song, or Bandcamp song, click the icon on the top right of the browser to add it to your playlist and start listening or watching.

A Few Features:
Shuffling
Repeat the same track over and over
View Counter
Share a playlist                    

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

नाम playlistk playlistk
ID ipmnaonhgnflgconkogoldlolgmmmnam
आधिकारिक URL https://chrome.google.com/webstore/detail/playlistk/ipmnaonhgnflgconkogoldlolgmmmnam
विवरण Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.
फ़ाइल का आकार 40.78 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-06-29
प्रकाशन तिथि 2016-06-29
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर playlistk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://playlistk.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "playlistk",
    "description": "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "scripts.js",
                "jquery.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}