Clear Website Session

Clear cookies, session and local storage from current website with a single click.

Clear Website Session란 무엇입니까?

Clear Website Session은(는) Gautam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear cookies, session and local storage from current website with a single click."입니다.

확장 프로그램 스크린샷

screenshot

Clear Website Session 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simplified clearing your website session:
Now clear Cookies, Session and local storage for currently selected website.

Top features:
* Right click and select clear options
* Keyboard shortcuts
* Restore recent clear (custom options)

Change log v1.3.2:
* Copy / apply support

Change log v1.3.1:
* Cookie restore fixes

Change log v1.3.0:
* Restore functionality added

Change log v1.2.0:
* Enabled shortcut keys
* Added Force page reload in context menu

Change log v1.1.0:
* Added context menu
* Clear session then reload page - added                    

확장 프로그램 기본 정보

이름 Clear Website Session Clear Website Session
ID cklopogiapaonibagnhmannenniecpfo
공식 URL https://chromewebstore.google.com/detail/clear-website-session/cklopogiapaonibagnhmannenniecpfo
설명 Clear cookies, session and local storage from current website with a single click.
파일 크기 51.53 KB
설치 횟수 1,125
현재 버전 1.3.2
최근 업데이트 2022-02-13
출시 날짜 2017-09-15
평점 4.63/5 총 8 개의 평점
개발자 Gautam
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gautam.top
도움말 페이지 URL http://gautam.top
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gautam Eswaran",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Clear Website Session"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Period",
                "linux": "Ctrl+Period",
                "mac": "Command+Period",
                "windows": "Ctrl+Period"
            }
        },
        "clear-all-reload": {
            "description": "Clear All + Reload page",
            "suggested_key": {
                "chromeos": "Ctrl+Shift+Period",
                "default": "Ctrl+Shift+Period",
                "linux": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            }
        },
        "clear-cookies": {
            "description": "Clear only Cookies",
            "suggested_key": {
                "chromeos": "Ctrl+Comma",
                "default": "Ctrl+Comma",
                "linux": "Ctrl+Comma",
                "mac": "Command+Comma"
            }
        },
        "clear-cookies-reload": {
            "description": "Clear Cookies + Reload page",
            "suggested_key": {
                "chromeos": "Ctrl+Shift+Comma",
                "default": "Ctrl+Shift+Comma",
                "linux": "Ctrl+Shift+Comma",
                "mac": "Command+Shift+Comma"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "*:\/\/*\/*",
        "contextMenus"
    ],
    "version": "1.3.2"
}