Would you rather?

Another simple game

O que é Would you rather??

Would you rather? é uma extensão do Chrome desenvolvida por zjulia, e sua principal característica é "Another simple game".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Would you rather?

Baixe arquivos de extensão Would you rather? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
URL Oficial https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Descrição Another simple game
Tamanho do Arquivo 906 KB
Contagem de Instalações 767
Versão Atual 1.0
Última Atualização 2014-12-04
Data de Publicação 2014-12-03
Classificação 3.30/5 Total de 10 Avaliações
Desenvolvedor zjulia
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}