Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
什么是Go Incognito?
Go Incognito是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Opens current tab in an incognito window, and removes it from your browsing history.”。
扩展截图
下载Go Incognito扩展crx文件
下载Go Incognito扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Opens the current tab in an incognito window, closes it and removes it from your browsing history. Visit our homepage for more: https://browsernative.com/go-incognito/
扩展基本信息
名称 | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
官方URL | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
简介 | Opens current tab in an incognito window, and removes it from your browsing history. |
文件大小 | 23.22 KB |
安装次数 | 254,465 |
当前版本 | 0.0.7 |
更新时间 | 2023-11-24 |
上架时间 | 2019-11-28 |
评分 | 4.21/5 共43次评分 |
开发者 | https://browsernative.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://browsernative.com/go-incognito/ |
帮助页面URL | https://browsernative.com/go-incognito/ |
隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Incognito", "description": "Opens current tab in an incognito window, and removes it from your browsing history.", "permissions": [ "contextMenus", "activeTab", "history" ], "version": "0.0.7", "homepage_url": "https:\/\/browsernative.com\/go-incognito\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Go Incognito" }, "icons": { "48": "static\/48.png", "128": "static\/128.png", "16": "static\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+I" } } } } |