AutoIncognito
Open the current page in Incognito mode
Was ist AutoIncognito?
AutoIncognito ist eine Chrome-Erweiterung, die von Diamondium Technologies, LLC entwickelt wurde, und ihr Hauptmerkmal ist "Open the current page in Incognito mode".
Erweiterungsscreenshots
AutoIncognito-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoIncognito-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AutoIncognito |
ID | cokhhlcdmplnjnjgfcibjeijgmpefekk |
Offizielle URL | https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk |
Beschreibung | Open the current page in Incognito mode |
Dateigröße | 6.27 KB |
Installationsanzahl | 67 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-06-21 |
Veröffentlichungsdatum | 2020-06-20 |
Entwickler | Diamondium Technologies, LLC |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |