Gun Money

This extension will insert NRA contributions after politicians names.

O que é Gun Money?

Gun Money é uma extensão do Chrome desenvolvida por The Overgrown, e sua principal característica é "This extension will insert NRA contributions after politicians names.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gun Money

Baixe arquivos de extensão Gun Money 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

                        We can't forget who's taking money from the National Rifle Association -- and we should see it every time we see their name.

Brought to you by The Overgrown, Gun Money will insert the cumulative NRA contributions for politicians after their name.

Currently, we've included stats for the top 10 members of the U.S. House and Senate. The data comes from the Center for Responsive Politics.

We're currently expanding our database to include more politicians, on both sides of the aisle, and will update when available.                    

Informações Básicas da Extensão

Nome Gun Money Gun Money
ID kefibdphgeciijapgeeldjjdcgfhbffa
URL Oficial https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa
Descrição This extension will insert NRA contributions after politicians names.
Tamanho do Arquivo 17.85 KB
Contagem de Instalações 18
Versão Atual 0.11
Última Atualização 2018-03-15
Data de Publicação 2018-03-15
Classificação 4.82/5 Total de 11 Avaliações
Desenvolvedor The Overgrown
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.theovergrown.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gun Money",
    "description": "This extension will insert NRA contributions after politicians names.",
    "version": "0.11",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}