Do A Barrel Roll

Sage advice from Peppy O'Hare

Cos'è Do A Barrel Roll?

Do A Barrel Roll è un'estensione di Chrome sviluppata da Audio Extensions LLC, e la sua funzione principale è "Sage advice from Peppy O'Hare".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Do A Barrel Roll

Scarica i file di estensione Do A Barrel Roll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Do A Barrel Roll Do A Barrel Roll
ID ladbjmihceidmfikfiblpcjghjicbbdj
URL Ufficiale https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj
Descrizione Sage advice from Peppy O'Hare
Dimensione del File 172 KB
Conteggio Installazioni 317
Versione Corrente 1.1
Ultimo Aggiornamento 2016-02-14
Data di Pubblicazione 2016-02-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Audio Extensions LLC
Tipo di Pagamento free
Lingue Supportate 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
    }
}