Nimble Navigator

Trump-ifies your browsing experience

Co je Nimble Navigator?

Nimble Navigator je rozšíření Chrome vyvinuté Nimble Navigator Dev., a jeho hlavní funkcí je „Trump-ifies your browsing experience“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Nimble Navigator

Stáhněte si soubory rozšíření Nimble Navigator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Nimble Navigator Nimble Navigator
ID nfmkfogmnkobnmadkfinhlfbpbiiifbh
Oficiální URL https://chrome.google.com/webstore/detail/nimble-navigator/nfmkfogmnkobnmadkfinhlfbpbiiifbh
Popis Trump-ifies your browsing experience
Velikost souboru 5.64 KB
Počet instalací 14
Aktuální Verze 1.1.1
Poslední Aktualizace 2016-06-30
Datum Vydání 2016-06-30
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Nimble Navigator Dev.
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}