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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |