Incognito Regex (Fixed Version)
Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
Incognito Regex (Fixed Version) क्या है?
Incognito Regex (Fixed Version) LewxX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Incognito Regex (Fixed Version) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Incognito Regex (Fixed Version) |
ID | okaigpjdjpcecnghfiegfopahbkcejak |
आधिकारिक URL | https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak |
विवरण | Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX) |
फ़ाइल का आकार | 225 KB |
स्थापना संख्या | 3,062 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2020-01-14 |
प्रकाशन तिथि | 2020-01-14 |
रेटिंग | 2.67/5 कुल 12 रेटिंग्स |
डेवलपर | LewxX |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |