History Blocker
Stop people from seeing your history!
What is History Blocker?
History Blocker is a Chrome extension developed by FrostyAnimations126, and its main feature is "Stop people from seeing your history!".
Extension Screenshots
Download History Blocker Extension CRX File
Download History Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | History Blocker |
ID | cbdkapkidjcpnnhekahbcchgnlciemok |
Official URL | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
Description | Stop people from seeing your history! |
File Size | 8.09 KB |
Installation Count | 23 |
Current Version | 1.2.3 |
Last Updated | 2021-10-21 |
Publish Date | 2021-10-20 |
Developer | FrostyAnimations126 |
[email protected] | |
Payment Type | free |
Extension Website | https://nekavid.club/apps/History_Blocker |
Privacy Policy Page URL | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
Supported Languages | 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" } } } |