Would you rather?

Another simple game

Would you rather? là gì?

Would you rather? là một tiện ích mở rộng Chrome được phát triển bởi zjulia, và tính năng chính của nó là "Another simple game".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Would you rather?

Tải xuống các tệp mở rộng Would you rather? 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

                        Would You Rather. This game gives you two options and is generally played in a group. Take turns and have fun answering what you would rather do. Feel free to leave me suggestions or any feedback in general, it is greatly appreciated and I work on these regularly.

Current features:
- Mix and match, the match option gives questions that are related to each other and the mix option gives questions that are random
- Coming soon shows what I'm working on                    

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

Tên Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
URL Chính Thức https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Mô tả Another simple game
Kích Thước Tệp 906 KB
Số Lần Cài Đặt 767
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-12-04
Ngày Phát Hành 2014-12-03
Đánh Giá 3.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển zjulia
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Would you rather?",
    "version": "1.0",
    "description": "Another simple game",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}