Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Trump-To-Babbling-Idiot란 무엇입니까?

Trump-To-Babbling-Idiot은(는) Ryan Ristine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces any mention of our president with 'Babbling Idiot'."입니다.

확장 프로그램 스크린샷

screenshot

Trump-To-Babbling-Idiot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

확장 프로그램 기본 정보

이름 Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
공식 URL https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
설명 Replaces any mention of our president with 'Babbling Idiot'.
파일 크기 780 KB
설치 횟수 48
현재 버전 1.1.2
최근 업데이트 2017-01-21
출시 날짜 2017-01-21
평점 2.33/5 총 3 개의 평점
개발자 Ryan Ristine
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.ryanristine.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}