Incognito History

Keep your incognito history

Qu'est-ce que Incognito History ?

Incognito History est une extension Chrome développée par nqnsoft, et sa fonction principale est "Keep your incognito history".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Incognito History

Téléchargez les fichiers d'extension Incognito History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Incognito History Incognito History
ID pmfdkggpmpoebkjadpfpjpidllghlhgc
URL Officiel https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc
Description Keep your incognito history
Taille du Fichier 241 KB
Nombre d'Installations 1,000
Version Actuelle 0.1.8
Dernière Mise à Jour 2023-12-22
Date de Publication 2023-03-28
Développeur nqnsoft
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/nqnsoft-privacypolicy
Langues Prises en Charge 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"
}