Incognito This Tab For Chrome

Open current tab in an Chrome incognito Mode. Press Alt+O Chrome hidden mode

Incognito This Tab For Chrome là gì?

Incognito This Tab For Chrome là một tiện ích mở rộng Chrome được phát triển bởi Incognito Tab, và tính năng chính của nó là "Open current tab in an Chrome incognito Mode. Press Alt+O Chrome hidden mode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Incognito This Tab For Chrome

Tải xuống các tệp mở rộng Incognito This Tab For Chrome 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

                        Open current tab in an Chrome incognito Mode. Press Alt+O Chrome hidden mode
Do you want to use the Internet privately? To make sure Google Chrome doesn't save your browsing history, use incognito mode.
Do you want to use the Internet privately? To make sure Google Chrome doesn't save your browsing history, use incognito mode. Start utilizing the incognito mode on Google Chrome right now.
To safeguard your privacy when using Google Chrome to browse the Internet, install Incognito This Tab For Chrome. To make sure your browser history isn't saved on the machine, use Google Chrome incognito.



It is simple to use; all you have to do is click the program icon to open the webpage in incognito mode. This guarantees that the webpage you are on will not appear in a list of websites you have visited.

To start Chrome incognito, use our app. This ensures your privacy is protected and lets you browse privately with Chrome.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Incognito This Tab For Chrome Incognito This Tab For Chrome
ID dkglnlnppnokjigddfdlbblahbgbjpel
URL Chính Thức https://chromewebstore.google.com/detail/incognito-this-tab-for-ch/dkglnlnppnokjigddfdlbblahbgbjpel
Mô tả Open current tab in an Chrome incognito Mode. Press Alt+O Chrome hidden mode
Kích Thước Tệp 89.28 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-11-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Incognito Tab
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://howfixes.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en_US",
    "action": {
        "default_icon": {
            "19": "image\/19.png",
            "38": "image\/38.png"
        },
        "default_title": "Incognito"
    },
    "commands": {
        "run-foo": {
            "suggested_key": {
                "default": "Alt+O",
                "mac": "Alt+O"
            },
            "description": "Run \"foo\" on the current page."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+O",
                "mac": "Alt+O",
                "chromeos": "Alt+O",
                "linux": "Alt+O"
            }
        }
    },
    "icons": {
        "128": "image\/128.png",
        "16": "image\/16.png",
        "48": "image\/48.png"
    },
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3"
}