Clear Cache

Clears your cache and browsing data with a click of a button

Τι είναι το Clear Cache;

Το Clear Cache είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel Lvovsky, και η κύρια λειτουργία του είναι "Clears your cache and browsing data with a click of a button".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clear Cache

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

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

                        Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future.

Enjoy!                    

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

Όνομα Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
Επίσημο URL https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
Περιγραφή Clears your cache and browsing data with a click of a button
Μέγεθος Αρχείου 69.3 KB
Αριθμός Εγκαταστάσεων 1,387
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-05-18
Ημερομηνία Δημοσίευσης 2020-05-15
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Daniel Lvovsky
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "version": "1.0.0",
    "description": "Clears your cache and browsing data with a click of a button",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "backgroundpage.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Clear Cache"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "browsingData",
        "cookies"
    ]
}