Would you rather?
Another simple game
Was ist Would you rather??
Would you rather? ist eine Chrome-Erweiterung, die von zjulia entwickelt wurde, und ihr Hauptmerkmal ist "Another simple game".
Erweiterungsscreenshots
Would you rather?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Would you rather?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Would you rather? |
ID | dahplmhpbplcgfabnlodpmnaokbehlfn |
Offizielle URL | https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn |
Beschreibung | Another simple game |
Dateigröße | 906 KB |
Installationsanzahl | 767 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-12-04 |
Veröffentlichungsdatum | 2014-12-03 |
Bewertung | 3.30/5 Insgesamt 10 Bewertungen |
Entwickler | zjulia |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |