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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 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
}