History Blocker
Stop people from seeing your history!
Was ist History Blocker?
History Blocker ist eine Chrome-Erweiterung, die von FrostyAnimations126 entwickelt wurde, und ihr Hauptmerkmal ist "Stop people from seeing your history!".
Erweiterungsscreenshots
History Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie History Blocker-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cbdkapkidjcpnnhekahbcchgnlciemok |
| Offizielle URL | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
| Beschreibung | Stop people from seeing your history! |
| Dateigröße | 8.09 KB |
| Installationsanzahl | 23 |
| Aktuelle Version | 1.2.3 |
| Letztes Update | 2021-10-21 |
| Veröffentlichungsdatum | 2021-10-20 |
| Entwickler | FrostyAnimations126 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://nekavid.club/apps/History_Blocker |
| URL der Datenschutzrichtlinien-Seite | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
| Unterstützte Sprachen | 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"
}
}
} | |