History Blocker

Stop people from seeing your history!

O que é History Blocker?

History Blocker é uma extensão do Chrome desenvolvida por FrostyAnimations126, e sua principal característica é "Stop people from seeing your history!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão History Blocker

Baixe arquivos de extensão History Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome History Blocker History Blocker
ID cbdkapkidjcpnnhekahbcchgnlciemok
URL Oficial https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok
Descrição Stop people from seeing your history!
Tamanho do Arquivo 8.09 KB
Contagem de Instalações 23
Versão Atual 1.2.3
Última Atualização 2021-10-21
Data de Publicação 2021-10-20
Desenvolvedor FrostyAnimations126
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nekavid.club/apps/History_Blocker
URL da Página de Política de Privacidade https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view
Idiomas Suportados 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"
        }
    }
}