Do A Barrel Roll
Sage advice from Peppy O'Hare
Qu'est-ce que Do A Barrel Roll ?
Do A Barrel Roll est une extension Chrome développée par Audio Extensions LLC, et sa fonction principale est "Sage advice from Peppy O'Hare".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Do A Barrel Roll
Téléchargez les fichiers d'extension Do A Barrel Roll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Do A Barrel Roll |
ID | ladbjmihceidmfikfiblpcjghjicbbdj |
URL Officiel | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj |
Description | Sage advice from Peppy O'Hare |
Taille du Fichier | 172 KB |
Nombre d'Installations | 317 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-02-14 |
Date de Publication | 2016-02-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Audio Extensions LLC |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |