Trumper Dumper

Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else

Trumper Dumper란 무엇입니까?

Trumper Dumper은(는) arjen k.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Trumper Dumper is a chrome extension for changing Donald j. Trump's name to any word you please. It can also optionally try to change photos of him into pictures of kittens or a picture of your choosing. Because browsing online news outlets will be something you can handle.

--- features ---

- changes his picture into kittens by default
- changes his picture into a custom image url you set
- changes his slogan into something else
- changes a variety of different combinations of his name into a word of your choosing
- works with iframes, ajax calls etc.
- live pause and resume
- updates your settings on all devices (requires google sync)

Please consider a donation!

--- changes ---

-- v 0.4.0 --

- improved performance
- only updates new items added to screen
- live pause and resume
- removed tab refresh                    

확장 프로그램 기본 정보

이름 Trumper Dumper Trumper Dumper
ID ielgdaffmgedcmfijmfemfcgccbknhhm
공식 URL https://chromewebstore.google.com/detail/trumper-dumper/ielgdaffmgedcmfijmfemfcgccbknhhm
설명 Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else
파일 크기 210 KB
설치 횟수 91
현재 버전 0.4.0
최근 업데이트 2018-08-13
출시 날짜 2018-08-13
평점 4.56/5 총 9 개의 평점
개발자 arjen k.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.arjenklaverstijn.com
도움말 페이지 URL https://www.arjenklaverstijn.com/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumper Dumper",
    "description": "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else",
    "version": "0.4.0",
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "option_popup.html",
        "default_title": "Read the news without vommiting in your mouth"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/findAndReplaceDOMText.js",
                "js\/agentorange.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}