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文件

下載Trump Reminders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}