Ninja
Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed
什么是Ninja?
Ninja是由Sahithyan开发的Chrome扩展程序,该扩展的主要功能是“Opening your current website in incognito mode is moslty irritative. That's why Ninja is developed”。
扩展截图
下载Ninja扩展crx文件
下载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" } } } |