RandomTrax
RandomTrax
Cos'è RandomTrax?
RandomTrax è un'estensione di Chrome sviluppata da https://anirudhr.com, e la sua funzione principale è "RandomTrax".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RandomTrax
Scarica i file di estensione RandomTrax 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
Play Random Trance beats/Music from a specific genre Search by Artist, Title Runs in the background as well Powered by SoundCloud Open Source Software https://sourceforge.net/projects/randomtrax http://creativecommons.org/licenses/by/3.0/
Informazioni di Base sull'Estensione
Nome | RandomTrax |
ID | ldpbfdbophioodnhdiolfnlneppmdngc |
URL Ufficiale | https://chromewebstore.google.com/detail/randomtrax/ldpbfdbophioodnhdiolfnlneppmdngc |
Descrizione | RandomTrax |
Dimensione del File | 185 KB |
Conteggio Installazioni | 9 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2012-12-14 |
Data di Pubblicazione | 2012-12-13 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://anirudhr.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "RandomTrax", "version": "1.5", "manifest_version": 2, "description": "RandomTrax", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*.soundcloud.com\/", "background" ], "background": { "page": "bg.html" } } |