RandomTrax
RandomTrax
什麼是RandomTrax?
RandomTrax是由https://anirudhr.com開發的Chrome擴展程式,該擴展的主要功能是“RandomTrax”。
擴展截圖
下載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 |
ID | ldpbfdbophioodnhdiolfnlneppmdngc |
官方網址 | 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" } } |