Nimble Navigator
Trump-ifies your browsing experience
什麼是Nimble Navigator?
Nimble Navigator是由Nimble Navigator Dev.開發的Chrome擴展程式,該擴展的主要功能是“Trump-ifies your browsing experience”。
擴展截圖
下載Nimble Navigator擴展crx文件
下載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 |
官方網址 | 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" } ] } |