Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Go Incognito là gì?
Go Incognito là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Opens current tab in an incognito window, and removes it from your browsing history.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Go Incognito
Tải xuống các tệp mở rộng Go Incognito dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
URL Chính Thức | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
Mô tả | Opens current tab in an incognito window, and removes it from your browsing history. |
Kích Thước Tệp | 23.22 KB |
Số Lần Cài Đặt | 254,465 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2023-11-24 |
Ngày Phát Hành | 2019-11-28 |
Đánh Giá | 4.21/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/go-incognito/ |
URL Trang Trợ Giúp | https://browsernative.com/go-incognito/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |