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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When the browser starts, it automatically cleans up the cache and junk for you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Automatically clean up the browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}