FreshTraxx

Offer downloads of your music in return for SoundCloud followers, likes and comments

Что такое FreshTraxx?

FreshTraxx - это расширение Chrome, разработанное http://freshtraxx.com, и его основная функция - "Offer downloads of your music in return for SoundCloud followers, likes and comments".

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

screenshot
screenshot

Скачать файл CRX расширения FreshTraxx

Скачайте файлы расширений FreshTraxx в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Step 1. Create your own Follow-to-Download page for your audio tracks, DJ sets, remix stems or any other music.
Step 2. Share your download page with your fans through social media, email newsletters, blogs and anything else.
Step 3. Once a listener has downloaded your track they will automatically like your music, comment and follow you on SoundCloud.                    

Основная информация о расширении

Название FreshTraxx FreshTraxx
ID jfomlhimfojfjhpbnemnnanhhfkkdaec
Официальный URL https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec
Описание Offer downloads of your music in return for SoundCloud followers, likes and comments
Размер файла 9.97 KB
Количество установок 20
Текущая Версия 1.0
Последнее Обновление 2015-08-24
Дата публикации 2015-08-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://freshtraxx.com
Тип оплаты free
Официальный сайт расширения http://freshtraxx.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreshTraxx",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Offer downloads of your music in return for SoundCloud followers, likes and comments",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "icons": {
        "16": "favicon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/freshtraxx.com",
    "permissions": [
        "tabs"
    ]
}