Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

Qu'est-ce que Trumpisms ?

Trumpisms est une extension Chrome développée par CaseySoftware, et sa fonction principale est "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trumpisms

Téléchargez les fichiers d'extension Trumpisms 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 extension replaces various words with President Trump's preferred nicknames.

Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary"

Enjoy!                    

Informations de Base sur l'Extension

Nom Trumpisms Trumpisms
ID feabnchiknilhgjblocljbhpcmdaiplc
URL Officiel https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc
Description Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
Taille du Fichier 208 KB
Nombre d'Installations 11
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-05-25
Date de Publication 2017-05-24
Évaluation 4.86/5 Total 7 Évaluations
Développeur CaseySoftware
Type de Paiement free
URL de la Page d'Aide https://github.com/caseysoftware/trumpisms
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpisms",
    "version": "1.0.1",
    "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "images\/laugh-48.png",
        "128": "images\/laugh-128.png"
    }
}