FreshTraxx

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

Wat is FreshTraxx?

FreshTraxx is een Chrome-extensie ontwikkeld door http://freshtraxx.com, en de belangrijkste functie is "Offer downloads of your music in return for SoundCloud followers, likes and comments".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FreshTraxx

Download FreshTraxx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FreshTraxx FreshTraxx
ID jfomlhimfojfjhpbnemnnanhhfkkdaec
Officiële URL https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec
Beschrijving Offer downloads of your music in return for SoundCloud followers, likes and comments
Bestandsgrootte 9.97 KB
Aantal Installaties 20
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-24
Publicatiedatum 2015-08-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://freshtraxx.com
Betalingswijze free
Extensiewebsite http://freshtraxx.com
Ondersteunde Talen 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"
    ]
}