Do A Barrel Roll
Sage advice from Peppy O'Hare
Wat is Do A Barrel Roll?
Do A Barrel Roll is een Chrome-extensie ontwikkeld door Audio Extensions LLC, en de belangrijkste functie is "Sage advice from Peppy O'Hare".
Extensie Screenshots
Download het CRX-bestand van de extensie Do A Barrel Roll
Download Do A Barrel Roll-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
                        On April 27, 1997, gamers were first instructed by the sage Peppy O'Hare to "Do a barrel roll!" in the game Star Fox 64. Now, relive the excitement for you and your friends, with a small click-event sound button conveniently placed in your extensions bar.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ladbjmihceidmfikfiblpcjghjicbbdj | 
| Officiële URL | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj | 
| Beschrijving | Sage advice from Peppy O'Hare | 
| Bestandsgrootte | 172 KB | 
| Aantal Installaties | 317 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2016-02-14 | 
| Publicatiedatum | 2016-02-14 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Audio Extensions LLC | 
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "_creds_": "This extension was created by Audio Extensions LLC, based upon 'Mlg Horns', which can be found on the chrome webstore at: https:\/\/chrome.google.com\/webstore\/detail\/mlg-horns\/doblcpfknnfkgadbemeokoblbdfkjiff",
    "name": "Do A Barrel Roll",
    "short_name": "Barrel Roll",
    "description": "Sage advice from Peppy O'Hare",
    "version": "1.1",
    "web_accessible_resources": [
        "hitmark.png"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Do A Barrel Roll!"
    },
    "background": {
        "scripts": [
            "audio.js"
        ],
        "persistent": false
    }
}  |  |