Nimble Navigator
Trump-ifies your browsing experience
Wat is Nimble Navigator?
Nimble Navigator is een Chrome-extensie ontwikkeld door Nimble Navigator Dev., en de belangrijkste functie is "Trump-ifies your browsing experience".
Extensie Screenshots
Download het CRX-bestand van de extensie Nimble Navigator
Download Nimble Navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nfmkfogmnkobnmadkfinhlfbpbiiifbh |
Officiële URL | https://chrome.google.com/webstore/detail/nimble-navigator/nfmkfogmnkobnmadkfinhlfbpbiiifbh |
Beschrijving | Trump-ifies your browsing experience |
Bestandsgrootte | 5.64 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2016-06-30 |
Publicatiedatum | 2016-06-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Nimble Navigator Dev. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |