Do A Barrel Roll
Sage advice from Peppy O'Hare
What is Do A Barrel Roll?
Do A Barrel Roll is a Chrome extension developed by Audio Extensions LLC, and its main feature is "Sage advice from Peppy O'Hare".
Extension Screenshots
Download Do A Barrel Roll Extension CRX File
Download Do A Barrel Roll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Do A Barrel Roll |
ID | ladbjmihceidmfikfiblpcjghjicbbdj |
Official URL | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj |
Description | Sage advice from Peppy O'Hare |
File Size | 172 KB |
Installation Count | 317 |
Current Version | 1.1 |
Last Updated | 2016-02-14 |
Publish Date | 2016-02-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Audio Extensions LLC |
Payment Type | free |
Supported Languages | 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 } } |