Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

什麼是Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page是由https://platondevs.nl開發的Chrome擴展程式,該擴展的主要功能是“Clears the cookies clears the storage and reloads the page”。

擴展截圖

screenshot

下載Clear Cookies, Storage, and Reload Page擴展crx文件

下載Clear Cookies, Storage, and Reload Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

擴展基本資訊

名稱 Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
官方網址 https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
簡介 Clears the cookies clears the storage and reloads the page
檔案大小 10.04 KB
安裝次數 484
目前版本 1.0
更新時間 2020-02-10
上架時間 2020-02-10
開發者 https://platondevs.nl
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://platondevs.nl/privacy
隱私政策頁面URL https://platondevs.nl/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}