Gun Money
This extension will insert NRA contributions after politicians names.
什么是Gun Money?
Gun Money是由The Overgrown开发的Chrome扩展程序,该扩展的主要功能是“This extension will insert NRA contributions after politicians names.”。
扩展截图
下载Gun Money扩展crx文件
下载Gun Money扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Gun Money |
ID | kefibdphgeciijapgeeldjjdcgfhbffa |
官方URL | https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa |
简介 | This extension will insert NRA contributions after politicians names. |
文件大小 | 17.85 KB |
安装次数 | 18 |
当前版本 | 0.11 |
更新时间 | 2018-03-15 |
上架时间 | 2018-03-15 |
评分 | 4.82/5 共11次评分 |
开发者 | The Overgrown |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.theovergrown.com |
支持的语言 | 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" } ] } |