Gun Money

This extension will insert NRA contributions after politicians names.

Co to jest Gun Money?

Gun Money to rozszerzenie Chrome opracowane przez The Overgrown, a jego główną funkcją jest „This extension will insert NRA contributions after politicians names.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gun Money

Pobierz pliki rozszerzeń Gun Money w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gun Money Gun Money
ID kefibdphgeciijapgeeldjjdcgfhbffa
Oficjalny URL https://chromewebstore.google.com/detail/gun-money/kefibdphgeciijapgeeldjjdcgfhbffa
Opis This extension will insert NRA contributions after politicians names.
Rozmiar pliku 17.85 KB
Liczba instalacji 18
Aktualna Wersja 0.11
Ostatnia Aktualizacja 2018-03-15
Data Publikacji 2018-03-15
Ocena 4.82/5 Łącznie 11 Oceny
Deweloper The Overgrown
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.theovergrown.com
Obsługiwane Języki 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"
        }
    ]
}