Incognito Regex (Fixed Version)
Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
Qu'est-ce que Incognito Regex (Fixed Version) ?
Incognito Regex (Fixed Version) est une extension Chrome développée par LewxX, et sa fonction principale est "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Incognito Regex (Fixed Version)
Téléchargez les fichiers d'extension Incognito Regex (Fixed Version) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Incognito Regex (Fixed Version) |
ID | okaigpjdjpcecnghfiegfopahbkcejak |
URL Officiel | https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak |
Description | Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX) |
Taille du Fichier | 225 KB |
Nombre d'Installations | 3,062 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2020-01-14 |
Date de Publication | 2020-01-14 |
Évaluation | 2.67/5 Total 12 Évaluations |
Développeur | LewxX |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |