Incognito Button
Simple Incognito toolbar button.
What is Incognito Button?
Incognito Button is a Chrome extension developed by Perraco Labs, and its main feature is "Simple Incognito toolbar button.".
Extension Screenshots
Download Incognito Button Extension CRX File
Download Incognito Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A very simple Incognito toolbar button, with the option to configure the initial home page.
Extension Basic Information
Name | Incognito Button |
ID | hakmbmgefmkjndplhhcnjadhkgkdplng |
Official URL | https://chromewebstore.google.com/detail/incognito-button/hakmbmgefmkjndplhhcnjadhkgkdplng |
Description | Simple Incognito toolbar button. |
File Size | 10.14 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2022-10-20 |
Publish Date | 2022-10-20 |
Developer | Perraco Labs |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.perracolabs.com/privacy-policy-chrome-extensions |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Incognito Button", "description": "Simple Incognito toolbar button.", "version": "1.0", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": [], "icons": { "128": "assets\/icon128.png" } } |