Mark Incognito

open any url in incognito by default

什么是Mark Incognito?

Mark Incognito是由hitesh saini开发的Chrome扩展程序,该扩展的主要功能是“open any url in incognito by default”。

扩展截图

screenshot
screenshot

下载Mark Incognito扩展crx文件

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

扩展使用说明

                        A chrome extension which enables user to quickly mark a domain as always incognito meaning that link will always be opened in a incognito window.

Note: Allow this extension in incognito mode.

Usage:
Step 1. Right click on any link and click on "MI link" in context menu. 
Step 2. Visit on that link, it will alway be opened in incognito window.

Click on extension icon to show marked urls. Where you can remove the marked url if you want.

Note: Allow this extension in incognito mode.                    

扩展基本信息

名称 Mark Incognito Mark Incognito
ID jlcjobnhmlbigainbeahgmnbbcikbkba
官方URL https://chrome.google.com/webstore/detail/mark-incognito/jlcjobnhmlbigainbeahgmnbbcikbkba
简介 open any url in incognito by default
文件大小 169 KB
安装次数 47
当前版本 0.0.4
更新时间 2021-05-30
上架时间 2019-11-05
评分 5.00/5 共2次评分
开发者 hitesh saini
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://imagetext.xyz/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mark Incognito",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "open any url in incognito by default",
    "icons": {
        "128": "images\/16x16.png",
        "48": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "incognito": "spanning",
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "open any url in incognito by default"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}