I don't care about cookies
Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
I don't care about cookies란 무엇입니까?
I don't care about cookies은(는) GEN Digital Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…"입니다.
확장 프로그램 스크린샷
I don't care about cookies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get user's permission before installing them. Imagine how irritating that becomes when you surf anonymously or if you delete cookies automatically every time you close the browser. In most cases, it just blocks or hides cookie related pop-ups. When it's needed for the website to work properly, it will automatically accept the cookie policy for you (sometimes it will accept all and sometimes only necessary cookie categories, depending on what's easier to do). It doesn't delete cookies.
확장 프로그램 기본 정보
이름 | I don't care about cookies |
ID | fihnjjcciajhdojfnbdddfaoknhalnja |
공식 URL | https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja |
설명 | Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get… |
파일 크기 | 429 KB |
설치 횟수 | 1,016,113 |
현재 버전 | 3.5.0 |
최근 업데이트 | 2023-11-30 |
출시 날짜 | 2020-06-10 |
평점 | 3.91/5 총 1179 개의 평점 |
개발자 | GEN Digital Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.i-dont-care-about-cookies.eu/ |
도움말 페이지 URL | https://www.i-dont-care-about-cookies.eu/ |
지원되는 언어 | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "3.5.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "background": { "scripts": [ "data\/rules.js", "data\/context-menu.js" ] }, "options_ui": { "page": "data\/options.html", "chrome_style": true }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } } |