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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
        }
    ]
}