FreshTraxx
Offer downloads of your music in return for SoundCloud followers, likes and comments
O que é FreshTraxx?
FreshTraxx é uma extensão do Chrome desenvolvida por http://freshtraxx.com, e sua principal característica é "Offer downloads of your music in return for SoundCloud followers, likes and comments".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FreshTraxx
Baixe arquivos de extensão FreshTraxx no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jfomlhimfojfjhpbnemnnanhhfkkdaec |
URL Oficial | https://chrome.google.com/webstore/detail/freshtraxx/jfomlhimfojfjhpbnemnnanhhfkkdaec |
Descrição | Offer downloads of your music in return for SoundCloud followers, likes and comments |
Tamanho do Arquivo | 9.97 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2015-08-24 |
Data de Publicação | 2015-08-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://freshtraxx.com |
Tipo de Pagamento | free |
Site da Extensão | http://freshtraxx.com |
Idiomas Suportados | 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" ] } |