Cookie Master

manage website cookies.

Cookie Master란 무엇입니까?

Cookie Master은(는) misuhoom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "manage website cookies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Make cookie management between websites easier and faster.
It has a beautiful interface and also, operation is very smooth.
It will never pry into your data, enjoy it~


Here is what cookie master can do:
1. copy one or all cookies in current active tab;
2. copy all cookies in flat form;
3. import standard cookies into current tab;
4. delete one or all cookies in current active tab;
5. add new cookies;
6. modify cookies http-only and secure properties.                    

확장 프로그램 기본 정보

이름 Cookie Master Cookie Master
ID jahkihogapggenanjnlfdcbgmldngnfl
공식 URL https://chromewebstore.google.com/detail/cookie-master/jahkihogapggenanjnlfdcbgmldngnfl
설명 manage website cookies.
파일 크기 66.56 KB
설치 횟수 4,000
현재 버전 0.1.0
최근 업데이트 2023-12-06
출시 날짜 2021-01-27
평점 4.38/5 총 8 개의 평점
개발자 misuhoom
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Master",
    "version": "0.1.0",
    "description": "manage website cookies.",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_icon": "asset\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "cookie master"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "asset\/logo.png",
        "32": "asset\/logo.png",
        "48": "asset\/logo.png",
        "128": "asset\/logo.png"
    }
}