OoT Ocarina
Ocarina
Wat is OoT Ocarina?
OoT Ocarina is een Chrome-extensie ontwikkeld door Anders Sundheim, en de belangrijkste functie is "Ocarina".
Extensie Screenshots
Download het CRX-bestand van de extensie OoT Ocarina
Download OoT Ocarina-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nianlogcemlecobolenlejdmgaompjdi |
| Officiële URL | https://chromewebstore.google.com/detail/oot-ocarina/nianlogcemlecobolenlejdmgaompjdi |
| Beschrijving | Ocarina |
| Bestandsgrootte | 398 KB |
| Aantal Installaties | 126 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2014-09-15 |
| Publicatiedatum | 2014-09-15 |
| Beoordeling | 3.56/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Anders Sundheim |
| Betalingswijze | free |
| Ondersteunde Talen | 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": []
} | |