Cookie Jar

Erase all browsing data except data useful for your bookmarks.

Cookie Jar란 무엇입니까?

Cookie Jar은(는) pioug에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Erase all browsing data except data useful for your bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Clear your cache via this extension to avoid being signed out from sites you've bookmarked.

If you have any feedback, you can post a review / suggestion on the Chrome web store, or contact me directly via Twitter @pioug.                    

확장 프로그램 기본 정보

이름 Cookie Jar Cookie Jar
ID kkiiipjojjiecidkhgagdkppinddcigl
공식 URL https://chromewebstore.google.com/detail/cookie-jar/kkiiipjojjiecidkhgagdkppinddcigl
설명 Erase all browsing data except data useful for your bookmarks.
파일 크기 28.47 KB
설치 횟수 105
현재 버전 0.1.6
최근 업데이트 2024-01-08
출시 날짜 2020-09-28
개발자 pioug
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Jar",
    "version": "0.1.6",
    "description": "Erase all browsing data except data useful for your bookmarks.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Options"
    },
    "icons": {
        "128": "icon256.png"
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*\/*",
        "bookmarks",
        "browsingData"
    ]
}