History Blocker
Stop people from seeing your history!
¿Qué es History Blocker?
History Blocker es una extensión de Chrome desarrollada por FrostyAnimations126, y su función principal es "Stop people from seeing your history!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión History Blocker
Descarga archivos de extensión History Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | cbdkapkidjcpnnhekahbcchgnlciemok |
| URL Oficial | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
| Descripción | Stop people from seeing your history! |
| Tamaño del Archivo | 8.09 KB |
| Cantidad de Instalaciones | 23 |
| Versión Actual | 1.2.3 |
| Última Actualización | 2021-10-21 |
| Fecha de Publicación | 2021-10-20 |
| Desarrollador | FrostyAnimations126 |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://nekavid.club/apps/History_Blocker |
| URL de la Página de Política de Privacidad | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
| Idiomas Soportados | 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"
}
}
} | |