Clean on Refresh
Automatically clear clutter on refresh.
O que é Clean on Refresh?
Clean on Refresh é uma extensão do Chrome desenvolvida por jason.allen.oneal, e sua principal característica é "Automatically clear clutter on refresh.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clean on Refresh
Baixe arquivos de extensão Clean on Refresh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
Informações Básicas da Extensão
Nome | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
URL Oficial | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
Descrição | Automatically clear clutter on refresh. |
Tamanho do Arquivo | 11.18 KB |
Contagem de Instalações | 262 |
Versão Atual | 1.2 |
Última Atualização | 2018-11-24 |
Data de Publicação | 2018-11-23 |
Desenvolvedor | jason.allen.oneal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |