Cookie Deleter
Simple cookie remover for current tab (with optional page refreshing)
Cookie Deleter란 무엇입니까?
Cookie Deleter은(는) Tuhnik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple cookie remover for current tab (with optional page refreshing)"입니다.
확장 프로그램 스크린샷
Cookie Deleter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cookie Deleter also deletes local storage and session storage. Lightweight code with no dependencies. Version 0.1.3 adds an updated icon.
확장 프로그램 기본 정보
이름 | |
ID | flmicjkngcbhiioifamhhhpgjaeegkaa |
공식 URL | https://chrome.google.com/webstore/detail/cookie-deleter/flmicjkngcbhiioifamhhhpgjaeegkaa |
설명 | Simple cookie remover for current tab (with optional page refreshing) |
파일 크기 | 7.23 KB |
설치 횟수 | 811 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2017-10-04 |
출시 날짜 | 2017-10-04 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Tuhnik |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_small.png", "default_title": "Delete cookies for current tab" }, "description": "Simple cookie remover for current tab (with optional page refreshing)", "icons": { "128": "icon128.png", "16": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnD4Dt6VRLhSGs95cBglWkqcxKToBIt14BipmgI8Aqj6Skn5pHSTuXgd9eJZc\/fEAS6hzpVNeKYe5gsAs0XEq9zdDmLknl2ApY\/qB\/4D9mm0ukzQhH+2K5SRPZCT2Bv\/PyrHP1DxTII4Cu3h7CwuHyWemxjEJgG9g3Kbt3O0+HxrU\/JG8jn215WJFJqHmF9KYEfOqwTN\/27HTm8oDprbLToOqG0VWQvB38qzDDO5MLFvTfU6ReLY2riw5rivc8j3noWTSsLGPsWisF0NvHr\/3IKVW3y2lMAWPLiHJYTr+Y7nJG1f7JfiLPK0dOVcKDeLBLiSjidI5yo7VZi8J4xD0TQIDAQAB", "manifest_version": 2, "name": "Cookie Deleter", "permissions": [ "contextMenus", "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3" } |