Gun Money

This extension will insert NRA contributions after politicians names.

Qu'est-ce que Gun Money ?

Gun Money est une extension Chrome développée par The Overgrown, et sa fonction principale est "This extension will insert NRA contributions after politicians names.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gun Money

Téléchargez les fichiers d'extension Gun Money au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gun Money Gun Money
ID kefibdphgeciijapgeeldjjdcgfhbffa
URL Officiel https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa
Description This extension will insert NRA contributions after politicians names.
Taille du Fichier 17.85 KB
Nombre d'Installations 18
Version Actuelle 0.11
Dernière Mise à Jour 2018-03-15
Date de Publication 2018-03-15
Évaluation 4.82/5 Total 11 Évaluations
Développeur The Overgrown
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.theovergrown.com
Langues Prises en Charge 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"
        }
    ]
}