Trumpspeak by Justin Hook

Replaces @realDonaldTrump's tweets with "[garbled]".

Trumpspeak by Justin Hook란 무엇입니까?

Trumpspeak by Justin Hook은(는) Justin Hook에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces @realDonaldTrump's tweets with "[garbled]"."입니다.

확장 프로그램 스크린샷

screenshot

Trumpspeak by Justin Hook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Finally, an extension that allows Donald Trump's tweets to read the way he talks.                    

확장 프로그램 기본 정보

이름 Trumpspeak by Justin Hook Trumpspeak by Justin Hook
ID dogahdiacndnopcfnhpkfnepmldljode
공식 URL https://chromewebstore.google.com/detail/trumpspeak-by-justin-hook/dogahdiacndnopcfnhpkfnepmldljode
설명 Replaces @realDonaldTrump's tweets with "[garbled]".
파일 크기 62.21 KB
설치 횟수 21
현재 버전 1.0
최근 업데이트 2017-07-25
출시 날짜 2017-07-24
평점 5.00/5 총 2 개의 평점
개발자 Justin Hook
결제 유형 free
확장 프로그램 웹 사이트 https://justinhook.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpspeak by Justin Hook",
    "short_name": "Trumpspeak",
    "homepage_url": "http:\/\/pushtrumpoffacliffagain.com\/",
    "version": "1.0",
    "description": "Replaces @realDonaldTrump's tweets with \"[garbled]\".",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery-1.7.0.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}