Incognito Toolkit

Tools to help you more secure on the internet

Incognito Toolkit là gì?

Incognito Toolkit là một tiện ích mở rộng Chrome được phát triển bởi hypnguyen1209, và tính năng chính của nó là "Tools to help you more secure on the internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Incognito Toolkit

Tải xuống các tệp mở rộng Incognito Toolkit 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

                        This is a tool with quite a lot of functions to help users use the internet more safely and is a useful tool when using Facebook. Block the tracking of Facebook, Google and Bing.

Includes the following main protection tools:
✔ Block The "seen" Feature Of The Chat (updated March 2021).
✔ Block The Typing... Indicator Of The Chat (updated March 2021).
✔ Block Google Track Conversion.
✔ Block Bing UET Tracker.
✔ Block Facebook Events Tracker.
✔ Block Facebook Pixel.
✔ Block Google Analytics.

Patch notes: 
0.4.5 This version will fix the "seen" and "typing ..." blocking errors.
0.5 Added the feature of blocking "seen" and "typing ..." in chat on Instagram, in addition, it has blocked "seen" on the story.

Github: https://github.com/hypnguyen1209
Contact me for assistance: https://www.facebook.com/hypnguyen1209
Privacy Policy: https://extension.hypnguyen.com/policy.html                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Incognito Toolkit Incognito Toolkit
ID imbbgalkkfggpdajknegllgicjkbojjd
URL Chính Thức https://chromewebstore.google.com/detail/incognito-toolkit/imbbgalkkfggpdajknegllgicjkbojjd
Mô tả Tools to help you more secure on the internet
Kích Thước Tệp 20.72 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2021-04-13
Ngày Phát Hành 2020-05-08
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển hypnguyen1209
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hypnguyen1209.github.io/incognito-toolkit/
URL Trang Chính Sách Bảo Mật https://extension.hypnguyen.com/policy.html
Ngôn Ngữ Được Hỗ Trợ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "author": "hypnguyen1209",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "version": "0.5",
    "background": {
        "scripts": [
            "core\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/content_scripts.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/messenger.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/instagram.com\/*"
            ],
            "js": [
                "core\/facebook.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/*.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "*"
    ]
}