Reload Page Without Cookies

Clear Cookie for current tab and reload

What is Reload Page Without Cookies?

Reload Page Without Cookies is a Chrome extension developed by chongyang18, and its main feature is "Clear Cookie for current tab and reload".

Extension Screenshots

screenshot
screenshot
screenshot

Download Reload Page Without Cookies Extension CRX File

Download Reload Page Without Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Reload page without cookies by clicking on the extension icon                    

Extension Basic Information

Name Reload Page Without Cookies Reload Page Without Cookies
ID hedcmpoocggcflieohecjddaemkpjice
Official URL https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice
Description Clear Cookie for current tab and reload
File Size 6.36 KB
Installation Count 73
Current Version 0.1
Last Updated 2020-04-02
Publish Date 2020-03-29
Developer chongyang18
Email [email protected]
Payment Type free
Supported Languages 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"
}