Tab Cookie Remover

Remove all cookies for the active tab with just one click.

Tab Cookie Remover란 무엇입니까?

Tab Cookie Remover은(는) Yubi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove all cookies for the active tab with just one click."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tab Cookie Remover is an extension that let you easily remove cookies for the current (active) tab.

Simply click on the toolbar button to remove all cookies. Please note that, if the active tab has a "duplicate", the addon will not remove cookies for it. Please first remove the duplicate tab, and then press on the toolbar button again.

Once Tab Cookie Remover addon is starting to remove cookies, the toolbar icon will flash continuously until the removing process is completed. A notification popup will show you the end of the removing process.

In order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/tab-cookie-remover.html).                    

확장 프로그램 기본 정보

이름 Tab Cookie Remover Tab Cookie Remover
ID kdgcemcnbloklddniceknpobimmglbjm
공식 URL https://chromewebstore.google.com/detail/tab-cookie-remover/kdgcemcnbloklddniceknpobimmglbjm
설명 Remove all cookies for the active tab with just one click.
파일 크기 48.78 KB
설치 횟수 986
현재 버전 0.1.0
최근 업데이트 2018-01-30
출시 날짜 2018-01-30
평점 2.33/5 총 3 개의 평점
개발자 Yubi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mybrowseraddon.com/tab-cookie-remover.html
도움말 페이지 URL http://mybrowseraddon.com/tab-cookie-remover.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "Tab Cookie Remover",
    "short_name": "tabcookiermvr",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/tab-cookie-remover.html",
    "description": "Remove all cookies for the active tab with just one click.",
    "permissions": [
        "tabs",
        "storage",
        "",
        "cookies",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Tab Cookie Remover",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}