Automatically clean up the browser

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

Automatically clean up the browser là gì?

Automatically clean up the browser là một tiện ích mở rộng Chrome được phát triển bởi tanfurui, và tính năng chính của nó là "When the browser starts, it automatically cleans up the cache and junk for you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatically clean up the browser

Tải xuống các tệp mở rộng Automatically clean up the browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatically clean up the browser Automatically clean up the browser
ID jpbbhcbmmabamdacieadhikebbjefgeo
URL Chính Thức https://chromewebstore.google.com/detail/automatically-clean-up-th/jpbbhcbmmabamdacieadhikebbjefgeo
Mô tả When the browser starts, it automatically cleans up the cache and junk for you.
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 604
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-02-24
Ngày Phát Hành 2021-02-24
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển tanfurui
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}