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. Основная информация о расширении
| Название | |
| 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
}
} | |