The Daily Show's President Florida Man Plugin

Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'

The Daily Show's President Florida Man Plugin란 무엇입니까?

The Daily Show's President Florida Man Plugin은(는) The Daily Show에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

The Daily Show's President Florida Man Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Created by The Daily Show                    

확장 프로그램 기본 정보

이름 The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
공식 URL https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
설명 Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
파일 크기 89.16 KB
설치 횟수 1,338
현재 버전 1.0.5
최근 업데이트 2019-11-11
출시 날짜 2019-11-08
평점 4.88/5 총 42 개의 평점
개발자 The Daily Show
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.maketrumpfloridaman.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Daily Show's President Florida Man Plugin",
    "description": "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'",
    "version": "1.0.5",
    "author": "The Daily Show",
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/img\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}