Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

Replace Trump Cabinet with Death Eaters란 무엇입니까?

Replace Trump Cabinet with Death Eaters은(는) Kevin Hill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Replace Trump Cabinet with Death Eaters 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

확장 프로그램 기본 정보

이름 Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
공식 URL https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
설명 A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
파일 크기 3.43 MB
설치 횟수 112
현재 버전 1.3
최근 업데이트 2017-03-19
출시 날짜 2017-03-18
평점 4.76/5 총 17 개의 평점
개발자 Kevin Hill
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}