The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

Qu'est-ce que The Trumpweb ?

The Trumpweb est une extension Chrome développée par Patrick Hogan, et sa fonction principale est "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Trumpweb

Téléchargez les fichiers d'extension The Trumpweb 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

                        This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. 

Developed by Fusion. Learn more at Fusion.net.                    

Informations de Base sur l'Extension

Nom The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
URL Officiel https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
Description Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Taille du Fichier 10.36 KB
Nombre d'Installations 3,664
Version Actuelle 0.2.1
Dernière Mise à Jour 2015-07-10
Date de Publication 2015-07-10
Évaluation 4.68/5 Total 297 Évaluations
Développeur Patrick Hogan
Type de Paiement free
Site Web de l'Extension http://www.fusion.net
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpweb",
    "version": "0.2.1",
    "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}