Would you rather?

Another simple game

What is Would you rather??

Would you rather? is a Chrome extension developed by zjulia, and its main feature is "Another simple game".

Extension Screenshots

screenshot

Download Would you rather? Extension CRX File

Download Would you rather? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
Official URL https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Description Another simple game
File Size 906 KB
Installation Count 767
Current Version 1.0
Last Updated 2014-12-04
Publish Date 2014-12-03
Rating 3.30/5 Total 10 Ratings
Developer zjulia
Payment Type free
Supported Languages 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"
    }
}