Reload Page Without Cookies
Clear Cookie for current tab and reload
Reload Page Without Cookies란 무엇입니까?
Reload Page Without Cookies은(는) chongyang18에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear Cookie for current tab and reload"입니다.
확장 프로그램 스크린샷
Reload Page Without Cookies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Reload page without cookies by clicking on the extension icon
확장 프로그램 기본 정보
이름 | Reload Page Without Cookies |
ID | hedcmpoocggcflieohecjddaemkpjice |
공식 URL | https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice |
설명 | Clear Cookie for current tab and reload |
파일 크기 | 6.36 KB |
설치 횟수 | 73 |
현재 버전 | 0.1 |
최근 업데이트 | 2020-04-02 |
출시 날짜 | 2020-03-29 |
개발자 | chongyang18 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload Page Without Cookies", "description": "Clear Cookie for current tab and reload", "version": "0.1", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "cookie.png", "default_title": "Reload Page Without Cookies" }, "author": "Mike Yan" } |