Would you rather?
Another simple game
Hvad er Would you rather??
Would you rather? er en Chrome-udvidelse udviklet af zjulia, og dens hovedfunktion er "Another simple game".
Udvidelsesskærmbilleder
Download Would you rather?-udvidelses-CRX-fil
Download Would you rather?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | dahplmhpbplcgfabnlodpmnaokbehlfn |
| Officiel URL | https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn |
| Beskrivelse | Another simple game |
| Filstørrelse | 906 KB |
| Antal Installationer | 767 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2014-12-04 |
| Udgivelsesdato | 2014-12-03 |
| Bedømmelse | 3.30/5 Samlet 10 Bedømmelser |
| Udvikler | zjulia |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |