Cookie AutoClear

Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.

Cookie AutoClear란 무엇입니까?

Cookie AutoClear은(는) sedgwickz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Cookie AutoClear can help you delete specific cookies as you need, which would track your personal privacy or inhibit your casual use, such as the websites which have a paywall. Cookie AutoClear won't  record any your information or data on any server, and all user data just exist on yourself browser.

Features:

- Automatically delete the cookies which website url on the setting page, and you can always change it by yourself all the time.

- Switch it on or off as you need any, just click the switch button on the extension popup menu.

- Never collect any information about yours. For more information you can visit: https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md

Usage:

Just Install it then it works, that's it. The default filter url in your setting dashboard is medium.com, after installing this extension, you can always read articles without any limit. You can always edit it for your requirement.

If you have any other problem, file an issue on GitHub. Maybe we can work it out.  

Project url: https://github.com/sedgwickz/cookieAutoClear                    

확장 프로그램 기본 정보

이름 Cookie AutoClear Cookie AutoClear
ID bdlecjncfafhlnehekghapanflfcbikk
공식 URL https://chromewebstore.google.com/detail/cookie-autoclear/bdlecjncfafhlnehekghapanflfcbikk
설명 Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.
파일 크기 16.13 KB
설치 횟수 400
현재 버전 0.1
최근 업데이트 2020-07-04
출시 날짜 2020-07-04
평점 5.00/5 총 1 개의 평점
개발자 sedgwickz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sedgwickz/cookieAutoClear
도움말 페이지 URL https://github.com/sedgwickz/cookieAutoClear/issues
개인정보 보호 정책 페이지 URL https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie AutoClear",
    "version": "0.1",
    "description": "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webNavigation",
        "cookies",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-default16.png",
            "32": "images\/icon-default32.png",
            "48": "images\/icon-default48.png",
            "128": "images\/icon-default128.png"
        }
    },
    "icons": {
        "16": "images\/icon-default16.png",
        "32": "images\/icon-default32.png",
        "48": "images\/icon-default48.png",
        "128": "images\/icon-default128.png"
    }
}