FreshTraxx

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

FreshTraxxคืออะไร?

FreshTraxx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://freshtraxx.com และคุณลักษณะหลักของมันคือ "Offer downloads of your music in return for SoundCloud followers, likes and comments"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FreshTraxx

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}