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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |