RandomTrax
RandomTrax
Wat is RandomTrax?
RandomTrax is een Chrome-extensie ontwikkeld door https://anirudhr.com, en de belangrijkste functie is "RandomTrax".
Extensie Screenshots
Download het CRX-bestand van de extensie RandomTrax
Download RandomTrax-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | RandomTrax |
ID | ldpbfdbophioodnhdiolfnlneppmdngc |
Officiële URL | https://chromewebstore.google.com/detail/randomtrax/ldpbfdbophioodnhdiolfnlneppmdngc |
Beschrijving | RandomTrax |
Bestandsgrootte | 185 KB |
Aantal Installaties | 9 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2012-12-14 |
Publicatiedatum | 2012-12-13 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://anirudhr.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |