Do A Barrel Roll
Sage advice from Peppy O'Hare
什么是Do A Barrel Roll?
Do A Barrel Roll是由Audio Extensions LLC开发的Chrome扩展程序,该扩展的主要功能是“Sage advice from Peppy O'Hare”。
扩展截图
下载Do A Barrel Roll扩展crx文件
下载Do A Barrel Roll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Do A Barrel Roll |
ID | ladbjmihceidmfikfiblpcjghjicbbdj |
官方URL | https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj |
简介 | Sage advice from Peppy O'Hare |
文件大小 | 172 KB |
安装次数 | 317 |
当前版本 | 1.1 |
更新时间 | 2016-02-14 |
上架时间 | 2016-02-14 |
评分 | 5.00/5 共1次评分 |
开发者 | Audio Extensions LLC |
付费类型 | free |
支持的语言 | 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 } } |