Nimble Navigator

Trump-ifies your browsing experience

Apa itu Nimble Navigator?

Nimble Navigator adalah ekstensi Chrome yang dikembangkan oleh Nimble Navigator Dev., dan fitur utamanya adalah "Trump-ifies your browsing experience".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nimble Navigator

Unduh file ekstensi Nimble Navigator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nimble Navigator Nimble Navigator
ID nfmkfogmnkobnmadkfinhlfbpbiiifbh
URL Resmi https://chrome.google.com/webstore/detail/nimble-navigator/nfmkfogmnkobnmadkfinhlfbpbiiifbh
Deskripsi Trump-ifies your browsing experience
Ukuran File 5.64 KB
Jumlah Instalasi 14
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2016-06-30
Tanggal Publikasi 2016-06-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Nimble Navigator Dev.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}