Do A Barrel Roll
Sage advice from Peppy O'Hare
Co to jest Do A Barrel Roll?
Do A Barrel Roll to rozszerzenie Chrome opracowane przez Audio Extensions LLC, a jego główną funkcją jest „Sage advice from Peppy O'Hare”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Do A Barrel Roll
Pobierz pliki rozszerzeń Do A Barrel Roll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ladbjmihceidmfikfiblpcjghjicbbdj |
| Oficjalny URL | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj |
| Opis | Sage advice from Peppy O'Hare |
| Rozmiar pliku | 172 KB |
| Liczba instalacji | 317 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-02-14 |
| Data Publikacji | 2016-02-14 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Audio Extensions LLC |
| Typ Płatności | free |
| Obsługiwane Języki | 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
}
} | |