Forget — clear history with one click
Protect your privacy and clear your browsing history with one simple click!
Forget — clear history with one click란 무엇입니까?
Forget — clear history with one click은(는) Virae에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your privacy and clear your browsing history with one simple click!"입니다.
확장 프로그램 스크린샷
Forget — clear history with one click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clear your browsing history and cache with one easy click! Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension. Forget is heavily inspired by Firefox "Forget button".
확장 프로그램 기본 정보
이름 | Forget — clear history with one click |
ID | pcdnmhdaiehinndodginnphbakcoffoa |
공식 URL | https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa |
설명 | Protect your privacy and clear your browsing history with one simple click! |
파일 크기 | 62.97 KB |
설치 횟수 | 14,382 |
현재 버전 | 1.6 |
최근 업데이트 | 2022-06-17 |
출시 날짜 | 2015-01-19 |
평점 | 4.09/5 총 22 개의 평점 |
개발자 | Virae |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png", "38": "img\/[email protected]" }, "default_title": "__MSG_app_name__", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "manifest_version": 2, "minimum_chrome_version": "22", "permissions": [ "browsingData" ], "short_name": "__MSG_app_shortname__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6" } |