Gun Money
This extension will insert NRA contributions after politicians names.
Was ist Gun Money?
Gun Money ist eine Chrome-Erweiterung, die von The Overgrown entwickelt wurde, und ihr Hauptmerkmal ist "This extension will insert NRA contributions after politicians names.".
Erweiterungsscreenshots
Gun Money-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gun Money-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Gun Money |
ID | kefibdphgeciijapgeeldjjdcgfhbffa |
Offizielle URL | https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa |
Beschreibung | This extension will insert NRA contributions after politicians names. |
Dateigröße | 17.85 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.11 |
Letztes Update | 2018-03-15 |
Veröffentlichungsdatum | 2018-03-15 |
Bewertung | 4.82/5 Insgesamt 11 Bewertungen |
Entwickler | The Overgrown |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.theovergrown.com |
Unterstützte Sprachen | 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" } ] } |