Election forecast ball pit

Bounce the balls in FiveThirtyEight's presidential forecast

O que é Election forecast ball pit?

Election forecast ball pit é uma extensão do Chrome desenvolvida por Chris Zubak-Skees, e sua principal característica é "Bounce the balls in FiveThirtyEight's presidential forecast".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Election forecast ball pit

Baixe arquivos de extensão Election forecast ball pit 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

                        Play with the balls in FiveThirtyEight's presidential forecast! Bounce them! Bump them! Relieve your anxiety.

Made by Chris Zubak-Skees, a member of the Bad Idea Factory. In no way endorsed or associated with FiveThirtyEight.                    

Informações Básicas da Extensão

Nome Election forecast ball pit Election forecast ball pit
ID bcmcdcofkamibaocdbjlbnjnkkkkldba
URL Oficial https://chromewebstore.google.com/detail/election-forecast-ball-pi/bcmcdcofkamibaocdbjlbnjnkkkkldba
Descrição Bounce the balls in FiveThirtyEight's presidential forecast
Tamanho do Arquivo 43.92 KB
Contagem de Instalações 28
Versão Atual 1.0.0
Última Atualização 2020-09-21
Data de Publicação 2020-09-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Chris Zubak-Skees
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/chriszs/fte-ball-bounce
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Election forecast ball pit",
    "description": "Bounce the balls in FiveThirtyEight's presidential forecast",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/projects.fivethirtyeight.com\/2020-election-forecast\/"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}