Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

Trumpinator 3000란 무엇입니까?

Trumpinator 3000은(는) boomeasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!"입니다.

확장 프로그램 스크린샷

Trumpinator 3000 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

확장 프로그램 기본 정보

이름 Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
공식 URL https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
설명 Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
파일 크기 61.52 KB
설치 횟수 21
현재 버전 0.1.2
최근 업데이트 2016-01-24
출시 날짜 2016-01-23
개발자 boomeasy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/trumpinator3000
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}