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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 FreshTraxx FreshTraxx
ID jfomlhimfojfjhpbnemnnanhhfkkdaec
官方網址 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"
    ]
}