Automatically clean up the browser

When the browser starts, it automatically cleans up the cache and junk for you.

O que é Automatically clean up the browser?

Automatically clean up the browser é uma extensão do Chrome desenvolvida por tanfurui, e sua principal característica é "When the browser starts, it automatically cleans up the cache and junk for you.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Automatically clean up the browser

Baixe arquivos de extensão Automatically clean up the browser 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

                        浏览器启动时自动为您清理缓存和垃圾,您可以指定清理的选项。                    

Informações Básicas da Extensão

Nome Automatically clean up the browser Automatically clean up the browser
ID jpbbhcbmmabamdacieadhikebbjefgeo
URL Oficial https://chromewebstore.google.com/detail/automatically-clean-up-th/jpbbhcbmmabamdacieadhikebbjefgeo
Descrição When the browser starts, it automatically cleans up the cache and junk for you.
Tamanho do Arquivo 124 KB
Contagem de Instalações 604
Versão Atual 0.1.0
Última Atualização 2021-02-24
Data de Publicação 2021-02-24
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor tanfurui
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en,fr,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "0.1.0",
    "description": "__MSG_EXT_DESC__",
    "browser_specific_settings": {
        "gecko": {
            "id": "auto_clear_cache@firefox",
            "strict_min_version": "57.0"
        }
    },
    "default_locale": "zh_CN",
    "icons": {
        "16": "imgs\/icon_16px.png",
        "19": "imgs\/icon_19px.png",
        "32": "imgs\/icon_32px.png",
        "48": "imgs\/icon_48px.png",
        "128": "imgs\/icon_128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "imgs\/icon_19px.png",
            "38": "imgs\/icon_38px.png"
        },
        "default_title": "__MSG_ICON_TIPS__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "browsingData",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "browser_style": true,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}