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 |
官方網址 | 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" } ] } |