History Auto Deleter
Automatically delete your history!
History Auto Deleter란 무엇입니까?
History Auto Deleter은(는) Mazika에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically delete your history!"입니다.
확장 프로그램 스크린샷
History Auto Deleter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records! - Automatically delete search history that contains words of your choosing - You can delete history on demand, or by default it deletes when you restart chrome - Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day Thank you very much for installing this extension, all types of reviews and feedback are welcome!
확장 프로그램 기본 정보
이름 | History Auto Deleter |
ID | ddochbhghahhjlcfglcfalgicpdepmba |
공식 URL | https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba |
설명 | Automatically delete your history! |
파일 크기 | 10.88 KB |
설치 횟수 | 187 |
현재 버전 | 1.01 |
최근 업데이트 | 2020-12-15 |
출시 날짜 | 2020-12-13 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Mazika |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/remcalu/Chrome-History-Auto-Deleter |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Auto Deleter", "version": "1.01", "manifest_version": 2, "description": "Automatically delete your history!", "background": { "persistent": false, "scripts": [ "options.js" ] }, "permissions": [ "storage", "history" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "images\/image64.png" } }, "icons": { "64": "images\/image64.png" } } |