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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
    }
}