Playmoss - Add Track Chrome Extension

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

Was ist Playmoss - Add Track Chrome Extension?

Playmoss - Add Track Chrome Extension ist eine Chrome-Erweiterung, die von Playmoss entwickelt wurde, und ihr Hauptmerkmal ist "Add songs and music videos to your Playmoss playlists from any website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Playmoss - Add Track Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Playmoss - Add Track Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Playmoss - Add Track Chrome Extension Playmoss - Add Track Chrome Extension
ID lgbommihnaoiabjnhfhckodfmfppfcgl
Offizielle URL https://chromewebstore.google.com/detail/playmoss-add-track-chrome/lgbommihnaoiabjnhfhckodfmfppfcgl
Beschreibung Add songs and music videos to your Playmoss playlists from any website.
Dateigröße 67.41 KB
Installationsanzahl 2,912
Aktuelle Version 1.2.2
Letztes Update 2015-10-03
Veröffentlichungsdatum 2015-10-03
Bewertung 3.38/5 Insgesamt 21 Bewertungen
Entwickler Playmoss
Zahlungsart free
Erweiterungswebsite http://www.playmoss.com
Hilfeseite URL https://playmoss.com/en/help
Unterstützte Sprachen 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"
    ]
}