FreshTraxx

Offer downloads of your music in return for SoundCloud followers, likes and comments

FreshTraxx là gì?

FreshTraxx là một tiện ích mở rộng Chrome được phát triển bởi http://freshtraxx.com, và tính năng chính của nó là "Offer downloads of your music in return for SoundCloud followers, likes and comments".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FreshTraxx

Tải xuống các tệp mở rộng FreshTraxx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FreshTraxx FreshTraxx
ID jfomlhimfojfjhpbnemnnanhhfkkdaec
URL Chính Thức https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec
Mô tả Offer downloads of your music in return for SoundCloud followers, likes and comments
Kích Thước Tệp 9.97 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-08-24
Ngày Phát Hành 2015-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://freshtraxx.com
Loại Thanh Toán free
Trang Web Mở Rộng http://freshtraxx.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}