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
官方URL 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"
    }
}