Cookie Manager

Manage Active Cookies

Cookie Manager란 무엇입니까?

Cookie Manager은(는) https://www.xtensionizer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage Active Cookies"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information

We provide additional feature to delete all cookies when you close browser.

It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.

Please rate us and give us your feedback if you need any additional feature.                    

확장 프로그램 기본 정보

이름 Cookie Manager Cookie Manager
ID mfiipmpdfdpejeenmkcaojbbkajcfkgp
공식 URL https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp
설명 Manage Active Cookies
파일 크기 196 KB
설치 횟수 190
현재 버전 1.0
최근 업데이트 2023-03-22
출시 날짜 2019-09-10
개발자 https://www.xtensionizer.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://xtensionizer.in/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Manager",
    "short_name": "CookieMan",
    "version": "1.0",
    "description": "Manage Active Cookies",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "Cookie Manager",
        "default_popup": "html\/cookieManager.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}