Incognito Toolkit

Tools to help you more secure on the internet

Wat is Incognito Toolkit?

Incognito Toolkit is een Chrome-extensie ontwikkeld door hypnguyen1209, en de belangrijkste functie is "Tools to help you more secure on the internet".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Incognito Toolkit

Download Incognito Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Incognito Toolkit Incognito Toolkit
ID imbbgalkkfggpdajknegllgicjkbojjd
Officiële URL https://chromewebstore.google.com/detail/incognito-toolkit/imbbgalkkfggpdajknegllgicjkbojjd
Beschrijving Tools to help you more secure on the internet
Bestandsgrootte 20.72 KB
Aantal Installaties 90
Huidige Versie 0.5
Laatst Bijgewerkt 2021-04-13
Publicatiedatum 2020-05-08
Beoordeling 4.90/5 Totaal 10 Beoordelingen
Ontwikkelaar hypnguyen1209
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hypnguyen1209.github.io/incognito-toolkit/
URL van de Privacybeleid Pagina https://extension.hypnguyen.com/policy.html
Ondersteunde Talen 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": [
        "*"
    ]
}