Clear Cache

Clear your cache and browsing data with a single click of a button.

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

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

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

screenshot
screenshot
screenshot

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

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

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

                        Quickly clear your cache with this extension without any confirmation dialogs, pop-ups or other annoyances.

You can customize what and how much of your data you want to clear on the options page, including: App Cache, Cache, Cookies, Downloads, File Systems, Form Data, History, Indexed DB, Local Storage, Plugin Data, Passwords and WebSQL.

Cookies can either be removed globally, only for certain domains or for everything except for certain domains.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In order to clear all of this data, this extension will require extended permissions. If you have any questions, feel free to post them in the feedback section.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change Log:
Version 1.1.4 - July 11, 2021
- Simplified options to replace tabs permission with activeTab

Version 1.1.3 - April 11, 2020
- Added cacheStorage and serviceWorkers options
- Updated icon for better dark mode and high dpi support
- Updated keyboard shortcut link in Options page

Version 1.1.1 - September 21, 2014
- Fixed issue with descriptions not appearing

Version 1.1 - September 21, 2014
- Added descriptions for data types to remove                    

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

Όνομα Clear Cache Clear Cache
ID cppjkneekbjaeellbfkmgnhonkkjfpdn
Επίσημο URL https://chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn
Περιγραφή Clear your cache and browsing data with a single click of a button.
Μέγεθος Αρχείου 169 KB
Αριθμός Εγκαταστάσεων 1,023,720
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2021-07-13
Ημερομηνία Δημοσίευσης 2015-01-03
Αξιολόγηση 4.47/5 Συνολικά 1093 Αξιολογήσεις
Προγραμματιστής Benjamin Bojko
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://benjaminbojko.com
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/support/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en&gl=US
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "short_name": "Clear Cache",
    "version": "1.1.4",
    "description": "Clear your cache and browsing data with a single click of a button.",
    "minimum_chrome_version": "74",
    "icons": {
        "16": "img\/icon_empty_16.png",
        "24": "img\/icon_empty_24.png",
        "32": "img\/icon_empty_32.png",
        "48": "img\/icon_empty_48.png",
        "64": "img\/icon_empty_64.png",
        "96": "img\/icon_empty_96.png",
        "128": "img\/icon_empty_128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/signals.min.js",
            "js\/icon-animation.js",
            "js\/load-default-options.js",
            "js\/backgroundpage.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "64": "img\/icon_64.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Clear Cache"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "browsingData",
        "cookies",
        ""
    ]
}