Clean on Refresh

Automatically clear clutter on refresh.

Cos'è Clean on Refresh?

Clean on Refresh è un'estensione di Chrome sviluppata da jason.allen.oneal, e la sua funzione principale è "Automatically clear clutter on refresh.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clean on Refresh

Scarica i file di estensione Clean on Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Clean on Refresh Clean on Refresh
ID moogoheinbbibflghkinbcmgkncleoid
URL Ufficiale https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid
Descrizione Automatically clear clutter on refresh.
Dimensione del File 11.18 KB
Conteggio Installazioni 262
Versione Corrente 1.2
Ultimo Aggiornamento 2018-11-24
Data di Pubblicazione 2018-11-23
Sviluppatore jason.allen.oneal
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}