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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FreshTraxx
قم بتنزيل ملفات الامتداد FreshTraxx بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |