Do A Barrel Roll
Sage advice from Peppy O'Hare
Do A Barrel Rollคืออะไร?
Do A Barrel Roll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Audio Extensions LLC และคุณลักษณะหลักของมันคือ "Sage advice from Peppy O'Hare"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do A Barrel Roll
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |