AutoIncognito

Open the current page in Incognito mode

什么是AutoIncognito?

AutoIncognito是由Diamondium Technologies, LLC开发的Chrome扩展程序,该扩展的主要功能是“Open the current page in Incognito mode”。

扩展截图

screenshot

下载AutoIncognito扩展crx文件

下载AutoIncognito扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
官方URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
简介 Open the current page in Incognito mode
文件大小 6.27 KB
安装次数 67
当前版本 1.0
更新时间 2020-06-21
上架时间 2020-06-20
开发者 Diamondium Technologies, LLC
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}