AutoIncognito
Open the current page in Incognito mode
What is AutoIncognito?
AutoIncognito is a Chrome extension developed by Diamondium Technologies, LLC, and its main feature is "Open the current page in Incognito mode".
Extension Screenshots
Download AutoIncognito Extension CRX File
Download AutoIncognito 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
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.
Extension Basic Information
Name | AutoIncognito |
ID | cokhhlcdmplnjnjgfcibjeijgmpefekk |
Official URL | https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk |
Description | Open the current page in Incognito mode |
File Size | 6.27 KB |
Installation Count | 67 |
Current Version | 1.0 |
Last Updated | 2020-06-21 |
Publish Date | 2020-06-20 |
Developer | Diamondium Technologies, LLC |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |