Auto Incognito Mode

spoofs User-Agent of request headers.

What is Auto Incognito Mode?

Auto Incognito Mode is a Chrome extension developed by www.harurow, and its main feature is "spoofs User-Agent of request headers.".

Extension Screenshots

screenshot

Download Auto Incognito Mode Extension CRX File

Download Auto Incognito Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Auto Incognito Mode Auto Incognito Mode
ID cpjkopihdcgpngcchfhgncmaklfpnemm
Official URL https://chromewebstore.google.com/detail/auto-incognito-mode/cpjkopihdcgpngcchfhgncmaklfpnemm
Description spoofs User-Agent of request headers.
File Size 45.99 KB
Installation Count 2,242
Current Version 1.0.11
Last Updated 2022-06-09
Publish Date 2014-01-09
Rating 4.58/5 Total 12 Ratings
Developer www.harurow
Email [email protected]
Payment Type free
Supported Languages 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"
}