Automatically clean up the browser

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

什么是Automatically clean up the browser?

Automatically clean up the browser是由tanfurui开发的Chrome扩展程序,该扩展的主要功能是“When the browser starts, it automatically cleans up the cache and junk for you.”。

扩展截图

screenshot

下载Automatically clean up the browser扩展crx文件

下载Automatically clean up the browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Automatically clean up the browser Automatically clean up the browser
ID jpbbhcbmmabamdacieadhikebbjefgeo
官方URL https://chromewebstore.google.com/detail/automatically-clean-up-th/jpbbhcbmmabamdacieadhikebbjefgeo
简介 When the browser starts, it automatically cleans up the cache and junk for you.
文件大小 124 KB
安装次数 604
当前版本 0.1.0
更新时间 2021-02-24
上架时间 2021-02-24
评分 4.67/5 共3次评分
开发者 tanfurui
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}