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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}