Would you rather?

Another simple game

¿Qué es Would you rather??

Would you rather? es una extensión de Chrome desarrollada por zjulia, y su función principal es "Another simple game".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Would you rather?

Descarga archivos de extensión Would you rather? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
URL Oficial https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Descripción Another simple game
Tamaño del Archivo 906 KB
Cantidad de Instalaciones 767
Versión Actual 1.0
Última Actualización 2014-12-04
Fecha de Publicación 2014-12-03
Calificación 3.30/5 Total de 10 Calificaciones
Desarrollador zjulia
Tipo de Pago free
Idiomas Soportados 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"
    }
}