Cookie Helper

More privacy, better browsing

Cookie Helperคืออะไร?

Cookie Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SweetP Productions, Inc และคุณลักษณะหลักของมันคือ "More privacy, better browsing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Helper

ดาวน์โหลดไฟล์ส่วนขยาย Cookie Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}