Incognito Regex (Fixed Version)
Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
¿Qué es Incognito Regex (Fixed Version)?
Incognito Regex (Fixed Version) es una extensión de Chrome desarrollada por LewxX, y su función principal es "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Incognito Regex (Fixed Version)
Descarga archivos de extensión Incognito Regex (Fixed Version) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
I will not fix further errors. It seems to work currently (2019)! >>However, even though it does open a site in incognito mode - the site may still set a cookies in Chrome. --- This extension allows you to set up Regular Expressions for websites that you want to always be opened in Incognito mode. For example, if you don't want anyone to know you visit gawker.com simply add in the following entry: ".*gawker\.com" without the quotes. --- This is not my extension, all credit goes to https://chrome.google.com/webstore/detail/incognito-regex/phodabgmalihpnmmlgoplifofcdnjoll/details I've just fixed some bugs.
Información Básica de la Extensión
Nombre | Incognito Regex (Fixed Version) |
ID | okaigpjdjpcecnghfiegfopahbkcejak |
URL Oficial | https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak |
Descripción | Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX) |
Tamaño del Archivo | 225 KB |
Cantidad de Instalaciones | 3,062 |
Versión Actual | 1.2.2 |
Última Actualización | 2020-01-14 |
Fecha de Publicación | 2020-01-14 |
Calificación | 2.67/5 Total de 12 Calificaciones |
Desarrollador | LewxX |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognito Regex (Fixed Version)", "description": "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "options_page": "options.html", "permissions": [ "history", "tabs" ], "version": "1.2.2" } |