Ninja
Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
Ninjaคืออะไร?
Ninja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sahithyan และคุณลักษณะหลักของมันคือ "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ninja
ดาวน์โหลดไฟล์ส่วนขยาย Ninja ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ninja chrome extensions helps you to open a webpage in incognito mode just in one click. No hassles any more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhfbmochnkclmomfbpfaoiicanbamekb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ninja/bhfbmochnkclmomfbpfaoiicanbamekb |
คำอธิบาย | Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed |
ขนาดไฟล์ | 28.23 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-09-30 |
วันที่เผยแพร่ | 2020-06-11 |
ผู้พัฒนา | Sahithyan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ninja", "version": "1.5", "author": "Sahithyan", "description": "Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed", "background": { "service_worker": "service-worker.js" }, "permissions": [ "activeTab", "storage", "history", "webNavigation" ], "icons": { "128": "icons\/logo.png" }, "action": { "default_icon": "icons\/logo \u2013 [email protected]", "default_title": "Open In Private Mode" }, "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Z" }, "description": "Open current tab in Private\/Incognito mode" }, "add_private_website": { "suggested_key": { "default": "Ctrl+Shift+Z" }, "description": "Add current website to Private Websites list" } } } |