Playmoss - Add Track Chrome Extension

Add songs and music videos to your Playmoss playlists from any website.

Playmoss - Add Track Chrome Extensionとは何ですか?

Playmoss - Add Track Chrome ExtensionはPlaymossによって開発されたChromeの拡張機能で、その主な機能は「Add songs and music videos to your Playmoss playlists from any website.」です。

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

screenshot
screenshot
screenshot
screenshot

Playmoss - Add Track Chrome Extension拡張機能のCRXファイルをダウンロード

Playmoss - Add Track Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Playmoss is the tool that allows you to create music and video playlists with tracks from YouTube, Vimeo and SoundCloud.
In Playmoss you can also follow the musical evolution of other users or weave a network of musical influences between them.
Use our platform to save, organize and, most importantly, recall all the musical references you listen on the web throughout the day and share them after with your contacts and friends.                    

拡張機能の基本情報

名前 Playmoss - Add Track Chrome Extension Playmoss - Add Track Chrome Extension
ID lgbommihnaoiabjnhfhckodfmfppfcgl
公式URL https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl
説明 Add songs and music videos to your Playmoss playlists from any website.
ファイルサイズ 67.41 KB
インストール数 2,912
現在のバージョン 1.2.2
最終更新日 2015-10-03
公開日 2015-10-03
評価 3.38/5 合計 21 レビュー
開発者 Playmoss
支払い方法 free
拡張機能のウェブサイト http://www.playmoss.com
ヘルプページのURL https://playmoss.com/en/help
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Playmoss - Add Track Chrome Extension",
    "description": "Add songs and music videos to your Playmoss playlists from any website.",
    "version": "1.2.2",
    "browser_action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        },
        "default_title": "Find tracks to add to Playmoss"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "permissions": [
        "activeTab"
    ]
}