FreshTraxx
Offer downloads of your music in return for SoundCloud followers, likes and comments
FreshTraxx क्या है?
FreshTraxx http://freshtraxx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Offer downloads of your music in return for SoundCloud followers, likes and comments"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FreshTraxx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |