History Blocker

Stop people from seeing your history!

Qu'est-ce que History Blocker ?

History Blocker est une extension Chrome développée par FrostyAnimations126, et sa fonction principale est "Stop people from seeing your history!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension History Blocker 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

                        Overrides the History page with a username and password
Username: CrispyChips
Password: LOL!
Blocks any way of accessing the chrome://history page
If you do get the username and password right, it will just show a blank page                    

Informations de Base sur l'Extension

Nom History Blocker History Blocker
ID cbdkapkidjcpnnhekahbcchgnlciemok
URL Officiel https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok
Description Stop people from seeing your history!
Taille du Fichier 8.09 KB
Nombre d'Installations 23
Version Actuelle 1.2.3
Dernière Mise à Jour 2021-10-21
Date de Publication 2021-10-20
Développeur FrostyAnimations126
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nekavid.club/apps/History_Blocker
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "Stop people from seeing your history!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "icons": {
        "16": "icons\/iconWeb.png",
        "32": "icons\/iconWeb.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/iconWeb.png",
            "32": "icons\/iconWeb.png"
        }
    },
    "commands": {
        "Open Fake History": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Open a Fake History page"
        }
    }
}