Would you rather?

Another simple game

Vad är Would you rather??

Would you rather? är en Chrome-tillägg utvecklad av zjulia, och dess huvudfunktion är "Another simple game".

Tilläggsskärmbilder

screenshot

Ladda ner Would you rather?-förlängningens CRX-fil

Ladda ner Would you rather?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
Officiell webbadress https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Beskrivning Another simple game
Filstorlek 906 KB
Antal Installationer 767
Aktuell Version 1.0
Senast Uppdaterad 2014-12-04
Publiceringsdatum 2014-12-03
Betyg 3.30/5 Totalt 10 Betyg
Utvecklare zjulia
Betalningssätt free
Stödda Språk 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"
    }
}