FreshTraxx
Offer downloads of your music in return for SoundCloud followers, likes and comments
Cos'è FreshTraxx?
FreshTraxx è un'estensione di Chrome sviluppata da http://freshtraxx.com, e la sua funzione principale è "Offer downloads of your music in return for SoundCloud followers, likes and comments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FreshTraxx
Scarica i file di estensione FreshTraxx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jfomlhimfojfjhpbnemnnanhhfkkdaec |
URL Ufficiale | https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec |
Descrizione | Offer downloads of your music in return for SoundCloud followers, likes and comments |
Dimensione del File | 9.97 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-08-24 |
Data di Pubblicazione | 2015-08-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://freshtraxx.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://freshtraxx.com |
Lingue Supportate | 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" ] } |