Gun Money

This extension will insert NRA contributions after politicians names.

Wat is Gun Money?

Gun Money is een Chrome-extensie ontwikkeld door The Overgrown, en de belangrijkste functie is "This extension will insert NRA contributions after politicians names.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gun Money

Download Gun Money-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gun Money Gun Money
ID kefibdphgeciijapgeeldjjdcgfhbffa
Officiële URL https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa
Beschrijving This extension will insert NRA contributions after politicians names.
Bestandsgrootte 17.85 KB
Aantal Installaties 18
Huidige Versie 0.11
Laatst Bijgewerkt 2018-03-15
Publicatiedatum 2018-03-15
Beoordeling 4.82/5 Totaal 11 Beoordelingen
Ontwikkelaar The Overgrown
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.theovergrown.com
Ondersteunde Talen 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"
        }
    ]
}