Cleanup Data

A quick and easy way to clear all types of browsing data. Now with individual cookie management and removal.

Was ist Cleanup Data?

Cleanup Data ist eine Chrome-Erweiterung, die von yurisend entwickelt wurde, und ihr Hauptmerkmal ist "A quick and easy way to clear all types of browsing data. Now with individual cookie management and removal.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Cleanup Data-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cleanup Data-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A convenient way clear your Chrome browsing data. Click the icon, and you will see a menu with options to clear browsing data from a given time period, or you can clear all of it. You can specify the exact types of data you would like to have cleared as well. Through the options page, you can choose to wipe just your browsing history, or you can include other types of data such as saved passwords, form data, webpage cache, and several others. Fast and simple. 

*On the cookie management page, you can view and remove individual cookies that you have stored from various sites.
(Redone in v1.3.6)

You can choose to remove the following data: 
-browsing history 
-download history
-webpage cache
-stored cookies
-webpage forms
-saved passwords
-plugin data
-website file systems
-app cache
-indexedDB data
-webSQL data
-local storage data
-protected web data (v.1.2.2)

Feedback is greatly appreciated!

v1.4.5 - fixed font issue
v1.4.3 - drag select cookies list
v.1.4.2 - Bug fixes
v1.4.1 - Bug fixes
v1.4.0 - Greatly improved loading time on the cookies page, especially when dealing with several hundred or thousands of cookies; bundled fonts for when they are not installed; updated some license info.
v1.3.7 - UI tweaks; bug fixes. 
v1.3.6 - Redesigned cookie management interface. More options, and more efficient layout and interactions. 
v1.3.0 - New functionality for individual removal and inspection of all cookies you have accumulated.
v1.2.2 - Fixed issues with clearing cookies; added option to remove protected-web data; UI tweaks
v1.2.1 - UI redone 
v1.2.0 - added additional options; different types of data that can be cleared                    

Grundlegende Informationen zur Erweiterung

Name Cleanup Data Cleanup Data
ID dnbpmmmfnbboglfbokkmoedmghldmmca
Offizielle URL https://chromewebstore.google.com/detail/cleanup-data/dnbpmmmfnbboglfbokkmoedmghldmmca
Beschreibung A quick and easy way to clear all types of browsing data. Now with individual cookie management and removal.
Dateigröße 557 KB
Installationsanzahl 590
Aktuelle Version 1.4.5
Letztes Update 2018-02-26
Veröffentlichungsdatum 2018-02-26
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler yurisend
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cleanup Data",
    "description": "A quick and easy way to clear all types of browsing data. Now with individual cookie management and removal.",
    "version": "1.4.5",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/broom_icon32x32.png",
            "64": "images\/broom_icon64x64.png",
            "128": "images\/broom_icon128x128.png",
            "240": "images\/broom_icon240x240.png"
        },
        "default_popup": "success.html",
        "default_title": "Cleanup Data"
    },
    "icons": {
        "240": "images\/broom_icon240x240.png",
        "128": "images\/broom_icon128x128.png",
        "64": "images\/broom_icon64x64.png",
        "32": "images\/broom_icon32x32.png"
    }
}