Clear Cookie and Reload

Clear Cookie for current tab and reload

What is Clear Cookie and Reload?

Clear Cookie and Reload is a Chrome extension developed by b.like.no.other, and its main feature is "Clear Cookie for current tab and reload".

Extension Screenshots

screenshot
screenshot

Download Clear Cookie and Reload Extension CRX File

Download Clear Cookie and Reload 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

                        Clear cookies for current tab and reload

Intended Use:
Helpful for developers who need to clear all identifying cookies to test a clean environment.
watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over.
Enjoy :)

You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload

-----------------------------------------
Author:
Name: Chirag
Email: [email protected]                    

Extension Basic Information

Name Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
Official URL https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom
Description Clear Cookie for current tab and reload
File Size 5.57 KB
Installation Count 24,280
Current Version 0.3
Last Updated 2019-02-02
Publish Date 2019-02-02
Rating 3.52/5 Total 48 Ratings
Developer b.like.no.other
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookie and Reload",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.3",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Clear Cookie and Reload"
    },
    "author": {
        "name": "Chirag",
        "email": "[email protected]"
    }
}