Trump Reminders

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

Qu'est-ce que Trump Reminders ?

Trump Reminders est une extension Chrome développée par trumpreminders, et sa fonction principale est "Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trump Reminders

Téléchargez les fichiers d'extension Trump Reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trump Reminders Trump Reminders
ID jpieelkeidbhenlimodpcacklibpekln
URL Officiel https://chromewebstore.google.com/detail/trump-reminders/jpieelkeidbhenlimodpcacklibpekln
Description Do you get swamped by all of the horrible things Donald Trump gets himself involved in? This extension will help remind you!
Taille du Fichier 9.04 KB
Nombre d'Installations 18
Version Actuelle 1.1.4
Dernière Mise à Jour 2016-10-13
Date de Publication 2016-10-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur trumpreminders
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}