Nimble Navigator
Trump-ifies your browsing experience
Nimble Navigator क्या है?
Nimble Navigator Nimble Navigator Dev. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trump-ifies your browsing experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nimble Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nfmkfogmnkobnmadkfinhlfbpbiiifbh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nimble-navigator/nfmkfogmnkobnmadkfinhlfbpbiiifbh |
विवरण | Trump-ifies your browsing experience |
फ़ाइल का आकार | 5.64 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2016-06-30 |
प्रकाशन तिथि | 2016-06-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Nimble Navigator Dev. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |