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 |
| 官方網址 | 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"
}
}
} | |