Automatically clean up the browser

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

Qu'est-ce que Automatically clean up the browser ?

Automatically clean up the browser est une extension Chrome développée par tanfurui, et sa fonction principale est "When the browser starts, it automatically cleans up the cache and junk for you.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Automatically clean up the browser

Téléchargez les fichiers d'extension Automatically clean up the browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Automatically clean up the browser Automatically clean up the browser
ID jpbbhcbmmabamdacieadhikebbjefgeo
URL Officiel https://chromewebstore.google.com/detail/automatically-clean-up-th/jpbbhcbmmabamdacieadhikebbjefgeo
Description When the browser starts, it automatically cleans up the cache and junk for you.
Taille du Fichier 124 KB
Nombre d'Installations 604
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-02-24
Date de Publication 2021-02-24
Évaluation 4.67/5 Total 3 Évaluations
Développeur tanfurui
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}