RandomTrax
RandomTrax
What is RandomTrax?
RandomTrax is a Chrome extension developed by https://anirudhr.com, and its main feature is "RandomTrax".
Extension Screenshots
Download RandomTrax Extension CRX File
Download RandomTrax extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | RandomTrax |
ID | ldpbfdbophioodnhdiolfnlneppmdngc |
Official URL | https://chromewebstore.google.com/detail/randomtrax/ldpbfdbophioodnhdiolfnlneppmdngc |
Description | RandomTrax |
File Size | 185 KB |
Installation Count | 9 |
Current Version | 1.5 |
Last Updated | 2012-12-14 |
Publish Date | 2012-12-13 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://anirudhr.com |
Payment Type | free |
Supported Languages | 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" } } |