Incognito Regex (Fixed Version)
Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
Incognito Regex (Fixed Version) là gì?
Incognito Regex (Fixed Version) là một tiện ích mở rộng Chrome được phát triển bởi LewxX, và tính năng chính của nó là "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Incognito Regex (Fixed Version)
Tải xuống các tệp mở rộng Incognito Regex (Fixed Version) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Incognito Regex (Fixed Version) |
ID | okaigpjdjpcecnghfiegfopahbkcejak |
URL Chính Thức | https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak |
Mô tả | Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX) |
Kích Thước Tệp | 225 KB |
Số Lần Cài Đặt | 3,062 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2020-01-14 |
Ngày Phát Hành | 2020-01-14 |
Đánh Giá | 2.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | LewxX |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |