Clear Website Session

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

Clear Website Sessionคืออะไร?

Clear Website Session เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gautam และคุณลักษณะหลักของมันคือ "Clear cookies, session and local storage from current website with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Website Session

ดาวน์โหลดไฟล์ส่วนขยาย Clear Website Session ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}

ส่วนขยายที่เกี่ยวข้อง