Auto Incognito Mode

spoofs User-Agent of request headers.

Auto Incognito Modeとは何ですか?

Auto Incognito Modeはwww.harurowによって開発されたChromeの拡張機能で、その主な機能は「spoofs User-Agent of request headers.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Open in incognito mode the HP that match the specified filter.
Chrome security will become so strict that it will no longer work, so the next version is under development.                    

拡張機能の基本情報

名前 Auto Incognito Mode Auto Incognito Mode
ID cpjkopihdcgpngcchfhgncmaklfpnemm
公式URL https://chromewebstore.google.com/detail/auto-incognito-mode/cpjkopihdcgpngcchfhgncmaklfpnemm
説明 spoofs User-Agent of request headers.
ファイルサイズ 45.99 KB
インストール数 2,242
現在のバージョン 1.0.11
最終更新日 2022-06-09
公開日 2014-01-09
評価 4.58/5 合計 12 レビュー
開発者 www.harurow
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_title__",
    "description": "__MSG_app_description__",
    "version": "1.0.11",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self';",
    "homepage_url": "http:\/\/progra-man.blogspot.jp",
    "icons": {
        "19": "img\/auto_secret19.png",
        "38": "img\/auto_secret38.png",
        "48": "img\/auto_secret48.png",
        "128": "img\/auto_secret128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html"
}