Coloe Cookie Crusher

This extension clears all cookies in your browser and refreshes the current page.

What is Coloe Cookie Crusher?

Coloe Cookie Crusher is a Chrome extension developed by Fat Cattitude, LLC, and its main feature is "This extension clears all cookies in your browser and refreshes the current page.".

Extension Screenshots

screenshot

Download Coloe Cookie Crusher Extension CRX File

Download Coloe Cookie Crusher 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 a website's cookies and refresh the page all in one click!                    

Extension Basic Information

Name Coloe Cookie Crusher Coloe Cookie Crusher
ID mjmcjndganfnecmceegfkjmhnlngfohh
Official URL https://chromewebstore.google.com/detail/coloe-cookie-crusher/mjmcjndganfnecmceegfkjmhnlngfohh
Description This extension clears all cookies in your browser and refreshes the current page.
File Size 30.35 KB
Installation Count 286
Current Version 0.0.0.6
Last Updated 2023-07-30
Publish Date 2018-08-14
Rating 5.00/5 Total 6 Ratings
Developer Fat Cattitude, LLC
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coloe Cookie Crusher",
    "description": "This extension clears all cookies in your browser and refreshes the current page.",
    "version": "0.0.0.6",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    }
}