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. 擴展基本資訊
| 名稱 | |
| ID | ladbjmihceidmfikfiblpcjghjicbbdj |
| 官方網址 | 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
}
} | |