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
Eメール [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
}