Incognito History

Keep your incognito history

Was ist Incognito History?

Incognito History ist eine Chrome-Erweiterung, die von nqnsoft entwickelt wurde, und ihr Hauptmerkmal ist "Keep your incognito history".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Incognito History-Erweiterungs-CRX-Datei herunterladen

Laden Sie Incognito History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Incognito History Incognito History
ID pmfdkggpmpoebkjadpfpjpidllghlhgc
Offizielle URL https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc
Beschreibung Keep your incognito history
Dateigröße 241 KB
Installationsanzahl 1,000
Aktuelle Version 0.1.8
Letztes Update 2023-12-22
Veröffentlichungsdatum 2023-03-28
Entwickler nqnsoft
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/nqnsoft-privacypolicy
Unterstützte Sprachen 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"
}