Cookiebro
Advanced browser cookie manager.
Cookiebro란 무엇입니까?
Cookiebro은(는) Nodetics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced browser cookie manager."입니다.
확장 프로그램 스크린샷
Cookiebro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Cookiebro Cookie Manager you can manage/filter/block browser cookies that can be used to track you online. Features: - Configurable automatic deletion periodically (even every minute) - Whitelist - define which domains can set cookies - Blacklist - define domains from which cookies are dropped and not saved at all - Easy to use interface - click the extension icon to add a site or domain wildcard to the whitelist - Blacklist / Block single cookies (wildcards supported): domain/cookieName - Whitelist single cookies (wildcards supported): domain/cookieName - Can protect session cookies to prevent accidental logout from currently open sites - Can drop HTTP Response headers ETag and Link from blacklisted sites to prevent tracking - Can delete unwanted cookies, indexedDB and localStorage caches + pluginData (e.g. Flash Cookies) at browser startup - View, Edit, Create, Delete, Search cookies with a tree-based Cookie Editor - Export/Import as JSON - "Clear domain data" popup action can also remove: IndexedDB, sessionStorage, cacheStorage, Service Workers, localStorage and webCache on-demand
확장 프로그램 기본 정보
이름 | Cookiebro |
ID | lpmockibcakojclnfmhchibmdpmollgn |
공식 URL | https://chromewebstore.google.com/detail/cookiebro/lpmockibcakojclnfmhchibmdpmollgn |
설명 | Advanced browser cookie manager. |
파일 크기 | 237 KB |
설치 횟수 | 50,000 |
현재 버전 | 2.18.1 |
최근 업데이트 | 2021-01-26 |
출시 날짜 | 2020-05-04 |
평점 | 4.80/5 총 98 개의 평점 |
개발자 | Nodetics |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://nodetics.com/nodetics-cws-privacy-policy.txt |
지원되는 언어 | id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookiebro", "version": "2.18.1", "manifest_version": 2, "default_locale": "en", "description": "Advanced browser cookie manager.", "icons": { "16": "images\/cookiebro16.png", "48": "images\/cookiebro48.png", "128": "images\/cookiebro128.png" }, "homepage_url": "https:\/\/nodetics.com\/cookiebro", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "cookies", "webRequest", "webRequestBlocking", "storage", "unlimitedStorage", "browsingData" ], "browser_action": { "default_icon": "images\/cookiebro48.png", "default_title": "Cookiebro", "default_popup": "mainmenu.html" } } |