Nimble Navigator
Trump-ifies your browsing experience
Nimble Navigator là gì?
Nimble Navigator là một tiện ích mở rộng Chrome được phát triển bởi Nimble Navigator Dev., và tính năng chính của nó là "Trump-ifies your browsing experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nimble Navigator
Tải xuống các tệp mở rộng Nimble Navigator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nfmkfogmnkobnmadkfinhlfbpbiiifbh |
URL Chính Thức | https://chrome.google.com/webstore/detail/nimble-navigator/nfmkfogmnkobnmadkfinhlfbpbiiifbh |
Mô tả | Trump-ifies your browsing experience |
Kích Thước Tệp | 5.64 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-06-30 |
Ngày Phát Hành | 2016-06-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Nimble Navigator Dev. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |