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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tanfurui, και η κύρια λειτουργία του είναι "When the browser starts, it automatically cleans up the cache and junk for you.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Automatically clean up the browser

Λήψη αρχείων επέκτασης 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
}