Trump Reminders

Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!

Trump Reminders란 무엇입니까?

Trump Reminders은(는) trumpreminders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Not a week goes by without Donald Trump saying or doing something dumb, to the point that it's hard to remember all of them. You might remember the time he insulted the parents of a dead US Army officer, but what about when he would get rid of African-American card dealers just so a racist gambler could gamble without being reminded of the presence of other races?

This extension fixes that for you. It adds in occasional reminders of some of the things he's said or done, just to bring them to mind when you need reminding that he is in fact terrible in every way. And because it randomly selects from a whole list, you'll be surprised and horrified time and time again!

Things you can do with this app:
- Install it on your own computer
- Install it on your parent's computer
- Install it on public terminals in libraries, hotels and hostels
- Tell your friends when you see something you didn't know!

Known problems:
- Doesn't yet appear in every case it should
- Doesn't include every instance of his terribleness

Updates:
13 October 2016 - updated with latest events                    

확장 프로그램 기본 정보

이름 Trump Reminders Trump Reminders
ID jpieelkeidbhenlimodpcacklibpekln
공식 URL https://chromewebstore.google.com/detail/trump-reminders/jpieelkeidbhenlimodpcacklibpekln
설명 Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!
파일 크기 9.04 KB
설치 횟수 18
현재 버전 1.1.4
최근 업데이트 2016-10-13
출시 날짜 2016-10-13
평점 5.00/5 총 4 개의 평점
개발자 trumpreminders
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Reminders",
    "description": "Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!",
    "version": "1.1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}