OoT Ocarina
Ocarina
什么是OoT Ocarina?
OoT Ocarina是由Anders Sundheim开发的Chrome扩展程序,该扩展的主要功能是“Ocarina”。
扩展截图
下载OoT Ocarina扩展crx文件
下载OoT Ocarina扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Functional ocarina from Ocarina of Time, plays a couple songs but I lost interest in this a while ago.  ASDW keys plus Shift for the A button control it, and R resets.  Leave a review if you want it to be updated, I got nothing better to do.                     扩展基本信息
| 名称 |   |  
| ID | nianlogcemlecobolenlejdmgaompjdi | 
| 官方URL | https://chromewebstore.google.com/detail/oot-ocarina/nianlogcemlecobolenlejdmgaompjdi | 
| 简介 | Ocarina | 
| 文件大小 | 398 KB | 
| 安装次数 | 126 | 
| 当前版本 | 1.2 | 
| 更新时间 | 2014-09-15 | 
| 上架时间 | 2014-09-15 | 
| 评分 | 3.56/5 共18次评分 | 
| 开发者 | Anders Sundheim | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OoT Ocarina",
    "description": "Ocarina",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/navi.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}  |  |