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/ 擴展基本資訊
| 名稱 | |
| ID | oimfnddepdafdfmammggkfmdepfmipai |
| 官方網址 | 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"
}
}
}
} | |