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
拡張機能の基本情報
名前 | History Blocker |
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 |
Eメール | [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" } } } |