Do A Barrel Roll
Sage advice from Peppy O'Hare
O que é Do A Barrel Roll?
Do A Barrel Roll é uma extensão do Chrome desenvolvida por Audio Extensions LLC, e sua principal característica é "Sage advice from Peppy O'Hare".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Do A Barrel Roll
Baixe arquivos de extensão Do A Barrel Roll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Do A Barrel Roll |
ID | ladbjmihceidmfikfiblpcjghjicbbdj |
URL Oficial | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj |
Descrição | Sage advice from Peppy O'Hare |
Tamanho do Arquivo | 172 KB |
Contagem de Instalações | 317 |
Versão Atual | 1.1 |
Última Atualização | 2016-02-14 |
Data de Publicação | 2016-02-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Audio Extensions LLC |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |