Playmoss - Add Track Chrome Extension

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

Qu'est-ce que Playmoss - Add Track Chrome Extension ?

Playmoss - Add Track Chrome Extension est une extension Chrome développée par Playmoss, et sa fonction principale est "Add songs and music videos to your Playmoss playlists from any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Playmoss - Add Track Chrome Extension

Téléchargez les fichiers d'extension Playmoss - Add Track Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Playmoss - Add Track Chrome Extension Playmoss - Add Track Chrome Extension
ID lgbommihnaoiabjnhfhckodfmfppfcgl
URL Officiel https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl
Description Add songs and music videos to your Playmoss playlists from any website.
Taille du Fichier 67.41 KB
Nombre d'Installations 2,912
Version Actuelle 1.2.2
Dernière Mise à Jour 2015-10-03
Date de Publication 2015-10-03
Évaluation 3.38/5 Total 21 Évaluations
Développeur Playmoss
Type de Paiement free
Site Web de l'Extension http://www.playmoss.com
URL de la Page d'Aide https://playmoss.com/en/help
Langues Prises en Charge 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"
    ]
}