Off The Record History
Track your browsing history in incognito mode. Maintain your history for up to 7 days.
Off The Record History란 무엇입니까?
Off The Record History은(는) dutiyesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your browsing history in incognito mode. Maintain your history for up to 7 days."입니다.
확장 프로그램 스크린샷
Off The Record History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🔮 Features: - ⏳ Maintain incognito browsing history for 1, 2, 4 or 7 days, beyond which history will automatically get deleted - 📗 Access your private incognito browsing history - 📘 Access your recently closed tabs - 🕹 Option to automatically delete history on browser close - 🗑 Option to delete history manually Video guide: https://www.youtube.com/watch?v=jYN7w_kNE-w Documentation guide: https://github.com/dutiyesh/off-the-record-history/blob/master/GUIDE.md#guide • • • Updates 0.4.1 - Remove keyboard shortcut key to open extension
확장 프로그램 기본 정보
이름 | Off The Record History |
ID | djbaolpiihkcmmfjnjdmomeeheldhhdp |
공식 URL | https://chromewebstore.google.com/detail/off-the-record-history/djbaolpiihkcmmfjnjdmomeeheldhhdp |
설명 | Track your browsing history in incognito mode. Maintain your history for up to 7 days. |
파일 크기 | 89.93 KB |
설치 횟수 | 53,023 |
현재 버전 | 0.4.1 |
최근 업데이트 | 2023-05-30 |
출시 날짜 | 2019-09-24 |
평점 | 3.35/5 총 112 개의 평점 |
개발자 | dutiyesh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dutiyesh/off-the-record-history |
개인정보 보호 정책 페이지 URL | https://github.com/dutiyesh/extensions/blob/master/doc/off-the-record-history/PRIVACY.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Off The Record History", "version": "0.4.1", "description": "Track your browsing history in incognito mode. Maintain your history for up to 7 days.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Off The Record History", "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "tabs" ], "incognito": "split" } |