Do A Barrel Roll

Sage advice from Peppy O'Hare

Do A Barrel Roll là gì?

Do A Barrel Roll là một tiện ích mở rộng Chrome được phát triển bởi Audio Extensions LLC, và tính năng chính của nó là "Sage advice from Peppy O'Hare".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Do A Barrel Roll

Tải xuống các tệp mở rộng Do A Barrel Roll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Do A Barrel Roll Do A Barrel Roll
ID ladbjmihceidmfikfiblpcjghjicbbdj
URL Chính Thức https://chromewebstore.google.com/detail/do-a-barrel-roll/ladbjmihceidmfikfiblpcjghjicbbdj
Mô tả Sage advice from Peppy O'Hare
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 317
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-14
Ngày Phát Hành 2016-02-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Audio Extensions LLC
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}