FreshTraxx
Offer downloads of your music in return for SoundCloud followers, likes and comments
Was ist FreshTraxx?
FreshTraxx ist eine Chrome-Erweiterung, die von http://freshtraxx.com entwickelt wurde, und ihr Hauptmerkmal ist "Offer downloads of your music in return for SoundCloud followers, likes and comments".
Erweiterungsscreenshots
FreshTraxx-Erweiterungs-CRX-Datei herunterladen
Laden Sie FreshTraxx-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfomlhimfojfjhpbnemnnanhhfkkdaec |
Offizielle URL | https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec |
Beschreibung | Offer downloads of your music in return for SoundCloud followers, likes and comments |
Dateigröße | 9.97 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-08-24 |
Veröffentlichungsdatum | 2015-08-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://freshtraxx.com |
Zahlungsart | free |
Erweiterungswebsite | http://freshtraxx.com |
Unterstützte Sprachen | 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" ] } |