RandomTrax

RandomTrax

什么是RandomTrax?

RandomTrax是由https://anirudhr.com开发的Chrome扩展程序,该扩展的主要功能是“RandomTrax”。

扩展截图

screenshot

下载RandomTrax扩展crx文件

下载RandomTrax扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 RandomTrax RandomTrax
ID ldpbfdbophioodnhdiolfnlneppmdngc
官方URL https://chromewebstore.google.com/detail/randomtrax/ldpbfdbophioodnhdiolfnlneppmdngc
简介 RandomTrax
文件大小 185 KB
安装次数 9
当前版本 1.5
更新时间 2012-12-14
上架时间 2012-12-13
评分 4.00/5 共2次评分
开发者 https://anirudhr.com
付费类型 free
支持的语言 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"
    }
}