Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Τι είναι το Clear Cookies, Storage, and Reload Page;

Το Clear Cookies, Storage, and Reload Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://platondevs.nl, και η κύρια λειτουργία του είναι "Clears the cookies clears the storage and reloads the page".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Clear Cookies, Storage, and Reload Page

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

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

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

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

Όνομα Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
Επίσημο URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Περιγραφή Clears the cookies clears the storage and reloads the page
Μέγεθος Αρχείου 10.04 KB
Αριθμός Εγκαταστάσεων 484
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-02-10
Ημερομηνία Δημοσίευσης 2020-02-10
Προγραμματιστής https://platondevs.nl
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://platondevs.nl/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://platondevs.nl/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}