Clear History & Web Cache
Clear your browser history, cache and cookies for Google Chrome in just one click!
Clear History & Web Cache란 무엇입니까?
Clear History & Web Cache은(는) https://history-and-cache-clean.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear your browser history, cache and cookies for Google Chrome in just one click!"입니다.
확장 프로그램 스크린샷
Clear History & Web Cache 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Clear History and Web Cache is a useful plug-in that helps you quickly clear data from Google Chrome. This helps remove all traces of your online activities to protect your privacy. ★ Clear browsing data from your user profile. ★ Make your Google Chrome browser faster and protect your personal data! ★ This extension supports Chrome 19 and later. ★★★ Main Features ★★★ ★ Instant removal of cache, history, cookies and much more with one click ★ Clear Chrome History ★ Clear download history ★ Clear cache ★ Delete cookies and other sites and plugin data ★ Clear saved passwords ★ Clear saved form data ★ Ability to select a period of time to clear the cache ★ This software is 100% free and does not require payment. Enjoy browsing the web faster if you use Clear History & Web Cache
확장 프로그램 기본 정보
이름 | Clear History & Web Cache |
ID | pjhgdolnnlcjdngllidooanllmcagopf |
공식 URL | https://chromewebstore.google.com/detail/clear-history-web-cache/pjhgdolnnlcjdngllidooanllmcagopf |
설명 | Clear your browser history, cache and cookies for Google Chrome in just one click! |
파일 크기 | 1.66 MB |
설치 횟수 | 3,373 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2020-07-16 |
평점 | 4.68/5 총 106 개의 평점 |
개발자 | https://history-and-cache-clean.freefinancetools.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://history-and-cache-clean.freefinancetools.net |
도움말 페이지 URL | https://history-and-cache-clean.freefinancetools.net |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "short_name": "history & web cache cleaner", "version": "3.0.1", "default_locale": "en", "offline_enabled": true, "homepage_url": "https:\/\/history-and-cache-clean.freefinancetools.net", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "action": { "default_icon": { "38": "img\/icon_38.png" }, "default_title": "__MSG_app_name__", "default_popup": "ui\/popup.html" }, "background": { "service_worker": "js\/background.js" }, "options_page": "ui\/options.html", "permissions": [ "activeTab", "storage", "browsingData", "cookies", "scripting" ], "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |