Would you rather?
Another simple game
Cos'è Would you rather??
Would you rather? è un'estensione di Chrome sviluppata da zjulia, e la sua funzione principale è "Another simple game".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Would you rather?
Scarica i file di estensione Would you rather? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Would you rather? |
ID | dahplmhpbplcgfabnlodpmnaokbehlfn |
URL Ufficiale | https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn |
Descrizione | Another simple game |
Dimensione del File | 906 KB |
Conteggio Installazioni | 767 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-12-04 |
Data di Pubblicazione | 2014-12-03 |
Valutazione | 3.30/5 Totale 10 Valutazioni |
Sviluppatore | zjulia |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |