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 - это расширение Chrome, разработанное Playmoss, и его основная функция - "Add songs and music videos to your Playmoss playlists from any website.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Playmoss - Add Track Chrome Extension

Скачайте файлы расширений 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"
    ]
}