playlistk

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

playlistkとは何ですか?

playlistkはplaylistkによって開発されたChromeの拡張機能で、その主な機能は「Create playlists that can combine Youtube videos, Soundcloud songs, and Bandcamp songs, into one list or multiple lists.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

playlistk拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}