Trump Toad Extension

It's the Trump Toad Extension!

Trump Toad Extension란 무엇입니까?

Trump Toad Extension은(는) The Daily Show에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's the Trump Toad Extension!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Trump Toad Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! 

- The Daily Show with Trevor Noah                    

확장 프로그램 기본 정보

이름 Trump Toad Extension Trump Toad Extension
ID noldliimakaajhekghbemjmknpmjnlam
공식 URL https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam
설명 It's the Trump Toad Extension!
파일 크기 63.67 KB
설치 횟수 448
현재 버전 1.0.6
최근 업데이트 2018-09-20
출시 날짜 2018-09-20
평점 4.95/5 총 20 개의 평점
개발자 The Daily Show
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Toad Extension",
    "version": "1.0.6",
    "description": "It's the Trump Toad Extension!",
    "author": "The Daily Show",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}