FreshTraxx
Offer downloads of your music in return for SoundCloud followers, likes and comments
什么是FreshTraxx?
FreshTraxx是由http://freshtraxx.com开发的Chrome扩展程序,该扩展的主要功能是“Offer downloads of your music in return for SoundCloud followers, likes and comments”。
扩展截图
下载FreshTraxx扩展crx文件
下载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.
扩展基本信息
名称 | |
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" ] } |