Nimble Navigator
Trump-ifies your browsing experience
Nimble Navigatorคืออะไร?
Nimble Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nimble Navigator Dev. และคุณลักษณะหลักของมันคือ "Trump-ifies your browsing experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nimble Navigator
ดาวน์โหลดไฟล์ส่วนขยาย Nimble Navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } ] } |