FreshTraxx
Offer downloads of your music in return for SoundCloud followers, likes and comments
What is FreshTraxx?
FreshTraxx is a Chrome extension developed by http://freshtraxx.com, and its main feature is "Offer downloads of your music in return for SoundCloud followers, likes and comments".
Extension Screenshots
Download FreshTraxx Extension CRX File
Download FreshTraxx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jfomlhimfojfjhpbnemnnanhhfkkdaec |
Official URL | https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec |
Description | Offer downloads of your music in return for SoundCloud followers, likes and comments |
File Size | 9.97 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2015-08-24 |
Publish Date | 2015-08-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://freshtraxx.com |
Payment Type | free |
Extension Website | http://freshtraxx.com |
Supported Languages | 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" ] } |