Replace Trump

Replace Trump replaces the word 'Trump' with any word(s) you choose.

Cos'è Replace Trump?

Replace Trump è un'estensione di Chrome sviluppata da Olu Omoniyi, e la sua funzione principale è "Replace Trump replaces the word 'Trump' with any word(s) you choose.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Replace Trump

Scarica i file di estensione Replace Trump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        REPLACE TRUMP WITH ANY WORD/PHRASE YOU CHOOSE. 
ADDED BONUS: YOU ALSO GET TO READ SOME OF TRUMP MORE (IN)FAMOUS QOUTES ON THE OPTIONS PAGE.
--------------------------
I wrote this plugin for a friend who ever since Trump became president couldn't stand the amount of "Trump" related news on his social media feeds, news websites and literally everywhere he looked.

So being a great friend I decided to make the Internet a bit more bearable for him and  the Replace Trump plugin came to life, basically it replaces any instance of "Trump" on any website (it even works on the actual Trump website) with any word you choose, simples really.

My friend ended up choosing "McBallFace", however you can choose any word or group of words you desire.

--------------------------
Instructions:
First off, it comes up with "Undefined", all you need to do is click on the tiny Trump icon in your extensions, specify the text to replace Trump with, hit enter and boom! Trump is gone!

--------------------------

--------------------------
Updates versions 1.2.2:
Add qoutes from tronalddump.io
Add share buttons
clean up UI
fix bug that logged the replaced word to the console

add link to the source,
default value is now very stable genius :)

Artwork by https://www.flickr.com/photos/donkeyhotey/                    

Informazioni di Base sull'Estensione

Nome Replace Trump Replace Trump
ID njkplmefpahbpiejikehnbcnnhodniaj
URL Ufficiale https://chromewebstore.google.com/detail/replace-trump/njkplmefpahbpiejikehnbcnnhodniaj
Descrizione Replace Trump replaces the word 'Trump' with any word(s) you choose.
Dimensione del File 178 KB
Conteggio Installazioni 121
Versione Corrente 1.2.3
Ultimo Aggiornamento 2018-01-29
Data di Pubblicazione 2018-01-29
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore Olu Omoniyi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.oluomoniyi.com
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump",
    "description": "Replace Trump replaces the word 'Trump' with any word(s) you choose.",
    "version": "1.2.3",
    "author": "Olu Omoniyi",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "short_name": "Replace Trump",
    "background": {
        "scripts": [
            "Resource.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "options.html",
        "default_title": "Replace Trump"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Resource.js"
            ],
            "run_at": "document_end"
        }
    ]
}