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
官方網址 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"
        }
    }
}