playlistk

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

playlistkคืออะไร?

playlistk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย playlistk และคุณลักษณะหลักของมันคือ "Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย playlistk

ดาวน์โหลดไฟล์ส่วนขยาย playlistk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}