Incognito History

Keep your incognito history

Wat is Incognito History?

Incognito History is een Chrome-extensie ontwikkeld door nqnsoft, en de belangrijkste functie is "Keep your incognito history".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Incognito History

Download Incognito History-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

                        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.                    

Basisinformatie over de Extensie

Naam Incognito History Incognito History
ID pmfdkggpmpoebkjadpfpjpidllghlhgc
Officiële URL https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc
Beschrijving Keep your incognito history
Bestandsgrootte 241 KB
Aantal Installaties 1,000
Huidige Versie 0.1.8
Laatst Bijgewerkt 2023-12-22
Publicatiedatum 2023-03-28
Ontwikkelaar nqnsoft
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/nqnsoft-privacypolicy
Ondersteunde Talen 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"
}