CookieLynx
CookieLynx automatically removes tracking data from advertisers when visiting a website.
CookieLynx란 무엇입니까?
CookieLynx은(는) Henri Six에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CookieLynx automatically removes tracking data from advertisers when visiting a website."입니다.
확장 프로그램 스크린샷
CookieLynx 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cookie Lynx - automatically removes tracking data from advertisers Cookie Lynx is a quick and easy way to keep your browser clean from tracking data. Activate the Cookie lynx and feel free to browse safe. Do you have questions or suggestions? Contact me by mail.
확장 프로그램 기본 정보
이름 | CookieLynx |
ID | eeebgnfjhfdbjeiimmofopakfbmoiemo |
공식 URL | https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo |
설명 | CookieLynx automatically removes tracking data from advertisers when visiting a website. |
파일 크기 | 230 KB |
설치 횟수 | 42,963 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2021-12-06 |
출시 날짜 | 2021-09-27 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Henri Six |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.clynx.net/privacy-policy |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CookieLynx", "version": "1.0.6", "description": "CookieLynx automatically removes tracking data from advertisers when visiting a website.", "default_locale": "en", "permissions": [ "browsingData", "storage", "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup-fenster\/index.html", "default_icon": { "48": "icons\/CookieLynx_48x48.png", "128": "icons\/CookieLynx_128x128.png" } }, "icons": { "48": "icons\/CookieLynx_comp_48x48.png", "128": "icons\/CookieLynx_comp_128x128.png" }, "manifest_version": 2 } |