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
公式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"
    ]
}