Clear Cache on Startup
This extension will clear the Browser Cache on every start of Chrome..
O que é Clear Cache on Startup?
Clear Cache on Startup é uma extensão do Chrome desenvolvida por jf, e sua principal característica é "This extension will clear the Browser Cache on every start of Chrome..".
Baixar o arquivo CRX da Extensão Clear Cache on Startup
Baixe arquivos de extensão Clear Cache on Startup 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
Clear Cache on Startup
Informações Básicas da Extensão
Nome | |
ID | lalbnbdfdgiipfdjmdolakkljkghfhho |
URL Oficial | https://chrome.google.com/webstore/detail/clear-cache-on-startup/lalbnbdfdgiipfdjmdolakkljkghfhho |
Descrição | This extension will clear the Browser Cache on every start of Chrome.. |
Tamanho do Arquivo | 10.09 KB |
Contagem de Instalações | 8,250 |
Versão Atual | 1.1 |
Última Atualização | 2018-05-23 |
Data de Publicação | 2018-05-23 |
Desenvolvedor | jf |
Tipo de Pagamento | free |
Idiomas Suportados | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 2 } |