Gun Money
This extension will insert NRA contributions after politicians names.
What is Gun Money?
Gun Money is a Chrome extension developed by The Overgrown, and its main feature is "This extension will insert NRA contributions after politicians names.".
Extension Screenshots
Download Gun Money Extension CRX File
Download Gun Money extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Gun Money |
ID | kefibdphgeciijapgeeldjjdcgfhbffa |
Official URL | https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa |
Description | This extension will insert NRA contributions after politicians names. |
File Size | 17.85 KB |
Installation Count | 18 |
Current Version | 0.11 |
Last Updated | 2018-03-15 |
Publish Date | 2018-03-15 |
Rating | 4.82/5 Total 11 Ratings |
Developer | The Overgrown |
[email protected] | |
Payment Type | free |
Extension Website | http://www.theovergrown.com |
Supported Languages | 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" } ] } |