History Blocker
Stop people from seeing your history!
History Blocker란 무엇입니까?
History Blocker은(는) FrostyAnimations126에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop people from seeing your history!"입니다.
확장 프로그램 스크린샷
History Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } } |