Gun Money

This extension will insert NRA contributions after politicians names.

Apa itu Gun Money?

Gun Money adalah ekstensi Chrome yang dikembangkan oleh The Overgrown, dan fitur utamanya adalah "This extension will insert NRA contributions after politicians names.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gun Money

Unduh file ekstensi Gun Money dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gun Money Gun Money
ID kefibdphgeciijapgeeldjjdcgfhbffa
URL Resmi https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa
Deskripsi This extension will insert NRA contributions after politicians names.
Ukuran File 17.85 KB
Jumlah Instalasi 18
Versi Saat Ini 0.11
Terakhir Diperbarui 2018-03-15
Tanggal Publikasi 2018-03-15
Penilaian 4.82/5 Total 11 Penilaian
Pengembang The Overgrown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.theovergrown.com
Bahasa yang Didukung 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"
        }
    ]
}