OoT Ocarina
Ocarina
Hvad er OoT Ocarina?
OoT Ocarina er en Chrome-udvidelse udviklet af Anders Sundheim, og dens hovedfunktion er "Ocarina".
Udvidelsesskærmbilleder
Download OoT Ocarina-udvidelses-CRX-fil
Download OoT Ocarina-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nianlogcemlecobolenlejdmgaompjdi |
| Officiel URL | https://chromewebstore.google.com/detail/oot-ocarina/nianlogcemlecobolenlejdmgaompjdi |
| Beskrivelse | Ocarina |
| Filstørrelse | 398 KB |
| Antal Installationer | 126 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2014-09-15 |
| Udgivelsesdato | 2014-09-15 |
| Bedømmelse | 3.56/5 Samlet 18 Bedømmelser |
| Udvikler | Anders Sundheim |
| Betalingsmetode | free |
| Understøttede Sprog | 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": []
} | |