Trump2Poop

Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.

Trump2Poop란 무엇입니까?

Trump2Poop은(는) Steve M. Romain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man.

Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.                    

확장 프로그램 기본 정보

이름 Trump2Poop Trump2Poop
ID kdkbjajjmloepgdifkhfcnjibpheholg
공식 URL https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg
설명 Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
파일 크기 102 KB
설치 횟수 90
현재 버전 0.0.1.1
최근 업데이트 2015-08-10
출시 날짜 2015-08-10
평점 4.82/5 총 11 개의 평점
개발자 Steve M. Romain
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump2Poop",
    "version": "0.0.1.1",
    "manifest_version": 2,
    "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.",
    "icons": {
        "16": "images\/poop2.16.png",
        "48": "images\/poop2.48.png",
        "128": "images\/poop2.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/poop1.jpg",
        "images\/poop2.jpg"
    ]
}