Trumper Stumper

You can now stump the Trump

Trumper Stumper란 무엇입니까?

Trumper Stumper은(는) kittykatzapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can now stump the Trump"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Trumper Stumper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now you can Stump the Trump!

If your sick of seeing Donald Trump's stupid name and face plastered all over the internet you are not alone!

That's why we created "TRUMPER STUMPER" The only Google Chrome extension that allows you to replace all mentions of Donald Trump's name with "Happy Little Trees" and all pictures of Trump with pictures of the lovely Bob Ross!

Now next time Trump says/does something dumb and the internet plays right into his hands by sharing all his nonsense you never have to see it again! 

If a page fails to change his name or picture correctly, go to options and enable "dynamic replacement" and it will solve this issue.                    

확장 프로그램 기본 정보

이름 Trumper Stumper Trumper Stumper
ID mgkldjfgncfmihfiimielnnhcpcmeapa
공식 URL https://chromewebstore.google.com/detail/trumper-stumper/mgkldjfgncfmihfiimielnnhcpcmeapa
설명 You can now stump the Trump
파일 크기 1.21 MB
설치 횟수 54
현재 버전 1.1
최근 업데이트 2016-01-05
출시 날짜 2016-01-05
평점 4.94/5 총 16 개의 평점
개발자 kittykatzapps
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumper Stumper",
    "description": "You can now stump the Trump",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "Trump128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "Trump48.png",
        "128": "Trump128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    }
}