Nimble Navigator

Trump-ifies your browsing experience

Cos'è Nimble Navigator?

Nimble Navigator è un'estensione di Chrome sviluppata da Nimble Navigator Dev., e la sua funzione principale è "Trump-ifies your browsing experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nimble Navigator

Scarica i file di estensione Nimble Navigator 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

                        Nimble Navigator is a Chrome extension that Trump-ifies your browsing experience. It adjusts the text on web pages to be significantly less cucked! Here are some examples:
- "Donald Trump" can become "GOD-EMPEROR" or "THE MADMAN"
- "Hillary Clinton" becomes "Crooked Hillary"
- "Elizabeth Warren" becomes "Goofy Elizabeth 'Pocahontas' Warren"
- "The Huffington Post" becomes "The Cuckington Post"
- "Trump supporters" or "Trump voters" become "Centipedes"
- "Milo Yiannopoulos" becomes "Milo 'Based F****t' Yiannopoulos" (censored here, but not in practice)

**Note:** functionality may be limited in site banners/titles.

Feel free to shoot us a message for suggestions! More name-switches are on the way as we come up with them.                    

Informazioni di Base sull'Estensione

Nome Nimble Navigator Nimble Navigator
ID nfmkfogmnkobnmadkfinhlfbpbiiifbh
URL Ufficiale https://chrome.google.com/webstore/detail/nimble-navigator/nfmkfogmnkobnmadkfinhlfbpbiiifbh
Descrizione Trump-ifies your browsing experience
Dimensione del File 5.64 KB
Conteggio Installazioni 14
Versione Corrente 1.1.1
Ultimo Aggiornamento 2016-06-30
Data di Pubblicazione 2016-06-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nimble Navigator Dev.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nimble Navigator",
    "description": "Trump-ifies your browsing experience",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Nimble Navigator!"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "nimble.js"
            ],
            "run_at": "document_idle"
        }
    ]
}