Cookie Helper

More privacy, better browsing

Cookie Helper란 무엇입니까?

Cookie Helper은(는) SweetP Productions, Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More privacy, better browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cookie Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Protect your online Privacy
Theres nothing else quite like Cookie.  Designed to run invisibly in the background - you can rest easy knowing that advertisers and marketers aren't tracking your every click. 

You may not know this, but the website's you visit can store cookies in your browser without your knowledge or consent. Some are helpful, but others are frustrating and invasive. Cookie can help by inhibiting third parties from tracking and profiling you. 
 
Cookie is the ONLY cookie manager which gives you COMPLETE control over YOUR online privacy. Others try, but nothing comes close Cookie's deeply customizable privacy settings. 
 
YOU decide which cookie's you want to keep, and exactly what you don't want - Cookie will clear the rest.

Cookie Helper integrates seamlessly with Cookie, to give you the best possible experience.
 
Features:
- Consolidate all your browser privacy settings. 
- Combined cookie view displaying all cookies and database in one easy to manage view. 
- Cookie's can be favorited on a per domain, or per cookie basis. You decide. 
- Individual Browser settings. It is possible to configure different automatic removal options for each browser and user.
- A number of removal schedules are possible: When quitting Cookie, when a Browser is Quit, on computer login, On computer waking from sleep, on a customizable time schedule, or entirely manually. 
- Hotkey support, so you can remove all unwanted data quickly and easily. 
- Customizable tracking cookie definitions. 
- Whitelist individual tracking cookies. 
- Clean, modern and Intuitive User Interface.
- Helpful setup window.
- Browser extension protection.
- Full Screen support. 
- iCloud support.
- Dark/Regular theme.


 
Cookie is currently only supports macOS
 
 
What are you waiting for, don't let your browsing habits be bought and sold as a commodity. Get Cookie!
https://sweetpproductions.com                    

확장 프로그램 기본 정보

이름 Cookie Helper Cookie Helper
ID niacnfaflcogahcgbiggminijcalblll
공식 URL https://chromewebstore.google.com/detail/cookie-helper/niacnfaflcogahcgbiggminijcalblll
설명 More privacy, better browsing
파일 크기 47.64 KB
설치 횟수 610
현재 버전 0.1.1
최근 업데이트 2023-10-16
출시 날짜 2023-09-04
평점 5.00/5 총 1 개의 평점
개발자 SweetP Productions, Inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sweetpproductions.com
도움말 페이지 URL https://support.sweetpproductions.com
개인정보 보호 정책 페이지 URL https://sweetpproductions.com/privacy.htm
지원되는 언어 de,en,fr,nl,pt-BR,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Helper",
    "description": "More privacy, better browsing",
    "version": "0.1.1",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "cookies",
        "browsingData",
        "storage",
        "nativeMessaging"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "64": "icons\/icon64.png"
        },
        "default_title": "Cookie",
        "default_popup": "action\/index.html"
    }
}