Clean on Refresh

Automatically clear clutter on refresh.

什么是Clean on Refresh?

Clean on Refresh是由jason.allen.oneal开发的Chrome扩展程序,该扩展的主要功能是“Automatically clear clutter on refresh.”。

扩展截图

screenshot

下载Clean on Refresh扩展crx文件

下载Clean on Refresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Clean on Refresh Clean on Refresh
ID moogoheinbbibflghkinbcmgkncleoid
官方URL https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid
简介 Automatically clear clutter on refresh.
文件大小 11.18 KB
安装次数 262
当前版本 1.2
更新时间 2018-11-24
上架时间 2018-11-23
开发者 jason.allen.oneal
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    }
}