Would you rather?

Another simple game

Co je Would you rather??

Would you rather? je rozšíření Chrome vyvinuté zjulia, a jeho hlavní funkcí je „Another simple game“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Would you rather?

Stáhněte si soubory rozšíření Would you rather? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
Oficiální URL https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Popis Another simple game
Velikost souboru 906 KB
Počet instalací 767
Aktuální Verze 1.0
Poslední Aktualizace 2014-12-04
Datum Vydání 2014-12-03
Hodnocení 3.30/5 Celkem 10 Hodnocení
Vývojář zjulia
Typ Platby free
Podporované Jazyky 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"
    }
}