OoT Ocarina

Ocarina

What is OoT Ocarina?

OoT Ocarina is a Chrome extension developed by Anders Sundheim, and its main feature is "Ocarina".

Extension Screenshots

screenshot

Download OoT Ocarina Extension CRX File

Download OoT Ocarina 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

                        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.                    

Extension Basic Information

Name OoT Ocarina OoT Ocarina
ID nianlogcemlecobolenlejdmgaompjdi
Official URL https://chromewebstore.google.com/detail/oot-ocarina/nianlogcemlecobolenlejdmgaompjdi
Description Ocarina
File Size 398 KB
Installation Count 126
Current Version 1.2
Last Updated 2014-09-15
Publish Date 2014-09-15
Rating 3.56/5 Total 18 Ratings
Developer Anders Sundheim
Payment Type free
Supported Languages 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": []
}