Incognito History
Keep your incognito history
What is Incognito History?
Incognito History is a Chrome extension developed by nqnsoft, and its main feature is "Keep your incognito history".
Extension Screenshots
Download Incognito History Extension CRX File
Download Incognito History 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
Incognito History allows you to keep your incognito browsing history. Similar to the normal History, you can search, and manage your history. Features: * Search more from a site * Search your history by keyword. Or browse it chronologically. NOTES: * This is a work in progress and new futures and UI fixes are released periodically.
Extension Basic Information
Name | Incognito History |
ID | pmfdkggpmpoebkjadpfpjpidllghlhgc |
Official URL | https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc |
Description | Keep your incognito history |
File Size | 241 KB |
Installation Count | 1,000 |
Current Version | 0.1.8 |
Last Updated | 2023-12-22 |
Publish Date | 2023-03-28 |
Developer | nqnsoft |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/nqnsoft-privacypolicy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Incognito History", "description": "Keep your incognito history", "version": "0.1.8", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" } }, "permissions": [ "cookies", "storage", "tabs", "identity", "identity.email" ], "host_permissions": [ "https:\/\/chromehistory.herokuapp.com\/*" ], "incognito": "spanning" } |