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
官方網址 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"
    ]
}