Gun Money

This extension will insert NRA contributions after politicians names.

Co je Gun Money?

Gun Money je rozšíření Chrome vyvinuté The Overgrown, a jeho hlavní funkcí je „This extension will insert NRA contributions after politicians names.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gun Money

Stáhněte si soubory rozšíření Gun Money ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Gun Money Gun Money
ID kefibdphgeciijapgeeldjjdcgfhbffa
Oficiální URL https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa
Popis This extension will insert NRA contributions after politicians names.
Velikost souboru 17.85 KB
Počet instalací 18
Aktuální Verze 0.11
Poslední Aktualizace 2018-03-15
Datum Vydání 2018-03-15
Hodnocení 4.82/5 Celkem 11 Hodnocení
Vývojář The Overgrown
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.theovergrown.com
Podporované Jazyky 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"
        }
    ]
}