Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
Delete Cookies and Site Data란 무엇입니까?
Delete Cookies and Site Data은(는) https://browsernative.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delete cookies, storage and cache of all websites except the whitelisted domains."입니다.
확장 프로그램 스크린샷
Delete Cookies and Site Data 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Delete data stored by all websites, or the site open in the current tab. one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. Set whitelisted domains. Opt to auto-delete site data on browser startup. Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/ Send feedback or suggestion to [email protected]
확장 프로그램 기본 정보
이름 | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
공식 URL | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
설명 | Delete cookies, storage and cache of all websites except the whitelisted domains. |
파일 크기 | 18.81 KB |
설치 횟수 | 267 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-08-11 |
출시 날짜 | 2022-08-11 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://browsernative.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://browsernative.com/delete-cookies-chrome-extension/ |
도움말 페이지 URL | https://browsernative.com/delete-cookies-chrome-extension/ |
개인정보 보호 정책 페이지 URL | https://browsernative.com/extensions-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Cookies and Site Data", "description": "Delete cookies, storage and cache of all websites except the whitelisted domains.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "action": { "default_icon": "\/static\/icon-128.png", "default_title": "Delete Cookies & Site Data", "default_popup": "popup\/index.html" }, "icons": { "48": "\/static\/icon-48.png", "128": "\/static\/icon-128.png" }, "permissions": [ "browsingData", "storage", "notifications", "activeTab", "history" ], "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/", "options_page": "\/option\/index.html" } |