Ultimate Auto History Cleaner

Ultimate Auto History Cleaner keeps your chrome information safe by removing browsing data for you automatically.

Τι είναι το Ultimate Auto History Cleaner;

Το Ultimate Auto History Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rovalty, και η κύρια λειτουργία του είναι "Ultimate Auto History Cleaner keeps your chrome information safe by removing browsing data for you automatically.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Ultimate Auto History Cleaner

Λήψη αρχείων επέκτασης Ultimate Auto History Cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the Ultimate Auto History Cleaner Extension each time Chrome starts you can choose to Clear Browsing History, Clear Download History, Clear Cookies, Clear Cache, Clear Saved Passwords, and Clear Form Autofill Data.

Ultimate Auto History Cleaner Automatically deletes browsing history and optionally other browsing data.
Ultimate Auto History Cleaner automatically deletes the browsing history every time Chrome starts. It uses no additional resources and performs no other background tasks. It can be configured in the Options page to automatically clear other browsing data as well.

Types of Data Ultimate Auto History Cleaner Removes:
- Clear Browsing History
- Clear Download History
- Clear Cookies
- Clear Website Data
- Clear Cache
- Clear Saved Passwords
- Clear Form Autofill Data

Thank you for installing this extension. Feel free to give us your positive review about it.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ultimate Auto History Cleaner Ultimate Auto History Cleaner
ID nfnjemoofkhppjhjcehbddolbalmibkg
Επίσημο URL https://chromewebstore.google.com/detail/ultimate-auto-history-cle/nfnjemoofkhppjhjcehbddolbalmibkg
Περιγραφή Ultimate Auto History Cleaner keeps your chrome information safe by removing browsing data for you automatically.
Μέγεθος Αρχείου 552 KB
Αριθμός Εγκαταστάσεων 9,097
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2023-06-26
Ημερομηνία Δημοσίευσης 2020-03-11
Αξιολόγηση 4.09/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής Rovalty
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.saxsos.xyz/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.saxsos.xyz/p/contact-us.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.saxsos.xyz/p/policy-privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "description": "Ultimate Auto History Cleaner keeps your chrome information safe by removing browsing data for you automatically.",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.saxsos.xyz",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "Ultimate Auto History Cleaner",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "browsingData",
        "cookies"
    ],
    "short_name": "Auto Cleaner",
    "version": "3.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Ultimate Auto History Cleaner"
    }
}