Do A Barrel Roll
Sage advice from Peppy O'Hare
Co je Do A Barrel Roll?
Do A Barrel Roll je rozšíření Chrome vyvinuté Audio Extensions LLC, a jeho hlavní funkcí je „Sage advice from Peppy O'Hare“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Do A Barrel Roll
Stáhněte si soubory rozšíření Do A Barrel Roll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | ladbjmihceidmfikfiblpcjghjicbbdj |
| Oficiální URL | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj |
| Popis | Sage advice from Peppy O'Hare |
| Velikost souboru | 172 KB |
| Počet instalací | 317 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2016-02-14 |
| Datum Vydání | 2016-02-14 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Audio Extensions LLC |
| Typ Platby | free |
| Podporované Jazyky | 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
}
} | |