CookieAquila
Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.
CookieAquila란 무엇입니까?
CookieAquila은(는) Cookie Aquila - Felipe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web."입니다.
확장 프로그램 스크린샷
CookieAquila 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cookie Aquila gives the user the option of automatically deleting tracking cookies while browsing the Internet. Settings can be made by clicking on the Cookie Aquila logo in the browser. It is possible to delete all cookies automatically or to choose to clean only part of the browser. You can choose between: - Tracking Cookies - Browsing History - Download History - Cache Cookie Aquila automatically cleans the browser where the user wants it.
확장 프로그램 기본 정보
이름 | CookieAquila |
ID | lkgmjkgknefdgjjclddkhndgljlbgmhc |
공식 URL | https://chromewebstore.google.com/detail/cookieaquila/lkgmjkgknefdgjjclddkhndgljlbgmhc |
설명 | Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web. |
파일 크기 | 557 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-01-24 |
출시 날짜 | 2022-01-24 |
개발자 | Cookie Aquila - Felipe |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cookieaquila.com/privacy/index.php |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookieAquila", "version": "1.0.0", "description": "Cookie Aquila gives the user the option to automatically delete tracking cookies when browsing the web.", "manifest_version": 2, "icons": { "48": "icons\/color\/cookieaquila-icon-48.png", "128": "icons\/color\/cookieaquila-icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "48": "icons\/color\/cookieaquila-icon-48.png", "128": "icons\/color\/cookieaquila-icon-128.png" } }, "permissions": [ "storage", "browsingData", "tabs", "*:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |