Playmoss - Add Track Chrome Extension

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

What is Playmoss - Add Track Chrome Extension?

Playmoss - Add Track Chrome Extension is a Chrome extension developed by Playmoss, and its main feature is "Add songs and music videos to your Playmoss playlists from any website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Playmoss - Add Track Chrome Extension Extension CRX File

Download Playmoss - Add Track Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Playmoss - Add Track Chrome Extension Playmoss - Add Track Chrome Extension
ID lgbommihnaoiabjnhfhckodfmfppfcgl
Official URL https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl
Description Add songs and music videos to your Playmoss playlists from any website.
File Size 67.41 KB
Installation Count 2,912
Current Version 1.2.2
Last Updated 2015-10-03
Publish Date 2015-10-03
Rating 3.38/5 Total 21 Ratings
Developer Playmoss
Payment Type free
Extension Website http://www.playmoss.com
Help Page URL https://playmoss.com/en/help
Supported Languages 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"
    ]
}