Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

Qu'est-ce que Donald Trump Is An Actual Circus Clown ?

Donald Trump Is An Actual Circus Clown est une extension Chrome développée par satellytehye, et sa fonction principale est "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Donald Trump Is An Actual Circus Clown

Téléchargez les fichiers d'extension Donald Trump Is An Actual Circus Clown 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

                        A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

Informations de Base sur l'Extension

Nom Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
URL Officiel https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Description Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Taille du Fichier 18.99 KB
Nombre d'Installations 50
Version Actuelle 0.1
Dernière Mise à Jour 2015-12-08
Date de Publication 2015-12-08
Évaluation 4.00/5 Total 4 Évaluations
Développeur satellytehye
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": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}