CyberGhost Cookie Cleaner
CyberGhost Cookie Cleaner is a plugin designed to give you control of your online preferences, personal data, and private details.
CyberGhost Cookie Cleaner란 무엇입니까?
CyberGhost Cookie Cleaner은(는) https://www.cyberghostvpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CyberGhost Cookie Cleaner is a plugin designed to give you control of your online preferences, personal data, and private details."입니다.
확장 프로그램 스크린샷
CyberGhost Cookie Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CyberGhost Cookie Cleaner - The perfect 3-in-1 cookie, history & cache cleaner The simplest way to upgrade your online privacy levels by cleaning your browsing history, cached images and files, as well as cookies and website data. Reclaim your online anonymity with CyberGhost’s complete and easy to use add-on. Get back control over your privacy in 3 simple steps: Select the interval, the type of data you want removed, and one click of the button will delete any trace of your online presence during that period. While other similar add-ons only help you delete cookies, CyberGhost’s Cookie Cleaner acts as a 3-in-1 solution by also allowing you to clear your browsing history and cache. Not only will this help you maintain online anonymity, but you’ll also massively improve the speed of your browser. If you’ve felt your Google Chrome browser is getting slower and slower, and taking more time than usual to load websites or to open and close tabs, you need to try CyberGhost’s Cookie Cleaner. This super-easy to use add-on will make your Chrome smoother and faster with just one-click of the button. Make the most of our quick action options by simply right clicking on any page and selecting the desired action. You can choose to delete only the cookies and history from the current tab or do a complete cleanup of your entire browsing records including cached files. If you have a favorite website or just want to keep certain data untouched, just add it to your fully customizable exceptions list! Our key features include: 🍪 The ability to select an interval for which to perform the history or cache cleanup 🍪 Clear any type of website storage 🍪 Quick action clearing options 🍪 Create your own personalized exceptions list 🍪 Safeguard your privacy by deleting any trace of your online presence CyberGhost’s Cookie Cleaner add-on was designed to ease and improve your browsing experience without any hassle at all. Got questions? Contact our support team at https://support.cyberghostvpn.com Join our online communities: →Facebook: https://www.facebook.com/cyberghostEN →Twitter: https://twitter.com/CyberGhost_EN Just click the 'Add to Chrome' button to run CyberGhost’s Cookie Cleaner and erase your digital footprint the smart and easy way.
확장 프로그램 기본 정보
이름 | CyberGhost Cookie Cleaner |
ID | pbkgifljdgkhlmlmgbalmcknbhbggmei |
공식 URL | https://chromewebstore.google.com/detail/cyberghost-cookie-cleaner/pbkgifljdgkhlmlmgbalmcknbhbggmei |
설명 | CyberGhost Cookie Cleaner is a plugin designed to give you control of your online preferences, personal data, and private details. |
파일 크기 | 759 KB |
설치 횟수 | 65,835 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2022-01-20 |
출시 날짜 | 2020-02-13 |
평점 | 4.38/5 총 80 개의 평점 |
개발자 | https://www.cyberghostvpn.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.cyberghostvpn.com/how-to-delete-cookies |
도움말 페이지 URL | https://support.cyberghostvpn.com |
개인정보 보호 정책 페이지 URL | https://www.cyberghostvpn.com/privacypolicy |
지원되는 언어 | de,en,fr,nl,es,it,pl,pt-BR,ro,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "CyberGhost", "author": "CyberGhost VPN", "version": "2.0.0", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "options_page": "options.html", "action": { "default_icon": { "16": "icon_16.png", "19": "icon_16.png", "38": "icon_32.png", "128": "icon_128.png" }, "default_popup": "index.html", "default_title": "CyberGhost Cookie Cleaner" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "cookies", "history", "browsingData", "contextMenus", "notifications", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ], "matches": [], "extension_ids": [], "use_dynamic_url": true } ] } |