Clean on Refresh

Automatically clear clutter on refresh.

What is Clean on Refresh?

Clean on Refresh is a Chrome extension developed by jason.allen.oneal, and its main feature is "Automatically clear clutter on refresh.".

Extension Screenshots

screenshot

Download Clean on Refresh Extension CRX File

Download Clean on Refresh 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

                        Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.                    

Extension Basic Information

Name Clean on Refresh Clean on Refresh
ID moogoheinbbibflghkinbcmgkncleoid
Official URL https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid
Description Automatically clear clutter on refresh.
File Size 11.18 KB
Installation Count 262
Current Version 1.2
Last Updated 2018-11-24
Publish Date 2018-11-23
Developer jason.allen.oneal
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean on Refresh",
    "version": "1.2",
    "description": "Automatically clear clutter on refresh.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/apps.facebook.com\/kingdomsofcamelot\/*",
        "tabs",
        "storage",
        "browsingData",
        "declarativeContent",
        "history"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "imgs\/16.png",
            "32": "imgs\/32.png"
        }
    }
}