AutoIncognito

Open the current page in Incognito mode

AutoIncognito là gì?

AutoIncognito là một tiện ích mở rộng Chrome được phát triển bởi Diamondium Technologies, LLC, và tính năng chính của nó là "Open the current page in Incognito mode".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoIncognito

Tải xuống các tệp mở rộng AutoIncognito 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

                        Some websites (ex. news articles and blog posts) won't allow you to view the content unless you:
a) Pay for a subscription
b) Wait for your allocated number of "free page views" to reset (ex. each new month)

Going Incognito will often allow you to view the webpage.  This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.                    

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

Tên AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
URL Chính Thức https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Mô tả Open the current page in Incognito mode
Kích Thước Tệp 6.27 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-21
Ngày Phát Hành 2020-06-20
Nhà Phát Triển Diamondium Technologies, LLC
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoIncognito",
    "version": "1.0",
    "description": "Open the current page in Incognito mode",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Open in Incognito"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}