Go Incognito

Opens current tab in an incognito window, and removes it from your browsing history.

Go Incognitoとは何ですか?

Go Incognitoはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Opens current tab in an incognito window, and removes it from your browsing history.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Go Incognito拡張機能のCRXファイルをダウンロード

Go Incognito拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Go Incognito Go Incognito
ID oimfnddepdafdfmammggkfmdepfmipai
公式URL https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai
説明 Opens current tab in an incognito window, and removes it from your browsing history.
ファイルサイズ 23.22 KB
インストール数 254,465
現在のバージョン 0.0.7
最終更新日 2023-11-24
公開日 2019-11-28
評価 4.21/5 合計 43 レビュー
開発者 https://browsernative.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsernative.com/go-incognito/
ヘルプページのURL https://browsernative.com/go-incognito/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 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"
            }
        }
    }
}