History Blocker
Stop people from seeing your history!
什么是History Blocker?
History Blocker是由FrostyAnimations126开发的Chrome扩展程序,该扩展的主要功能是“Stop people from seeing your history!”。
扩展截图
下载History Blocker扩展crx文件
下载History Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | cbdkapkidjcpnnhekahbcchgnlciemok |
| 官方URL | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
| 简介 | Stop people from seeing your history! |
| 文件大小 | 8.09 KB |
| 安装次数 | 23 |
| 当前版本 | 1.2.3 |
| 更新时间 | 2021-10-21 |
| 上架时间 | 2021-10-20 |
| 开发者 | FrostyAnimations126 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://nekavid.club/apps/History_Blocker |
| 隐私政策页面URL | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
| 支持的语言 | 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"
}
}
} | |