Incognito Toolkit
Tools to help you more secure on the internet
Incognito Toolkit क्या है?
Incognito Toolkit hypnguyen1209 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools to help you more secure on the internet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Incognito Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Incognito Toolkit |
ID | imbbgalkkfggpdajknegllgicjkbojjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/incognito-toolkit/imbbgalkkfggpdajknegllgicjkbojjd |
विवरण | Tools to help you more secure on the internet |
फ़ाइल का आकार | 20.72 KB |
स्थापना संख्या | 90 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2021-04-13 |
प्रकाशन तिथि | 2020-05-08 |
रेटिंग | 4.90/5 कुल 10 रेटिंग्स |
डेवलपर | hypnguyen1209 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hypnguyen1209.github.io/incognito-toolkit/ |
गोपनीयता नीति पृष्ठ URL | https://extension.hypnguyen.com/policy.html |
समर्थित भाषाएँ | 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": [ "*" ] } |