Forget about this site

Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.

Τι είναι το Forget about this site;

Το Forget about this site είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Blaise Kal, και η κύρια λειτουργία του είναι "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Forget about this site

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

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

                        Shortcut: Ctrl+Shift+X on Windows and Linux, Cmd+Shift+X on macOS.

This extension respects your privacy. All permissions are used only to remove data for the current website. No data is logged to, or shared with external websites.

Please report issues at https://github.com/blaise-io/forget-about-this-site/issues or send a mail to [email protected].                    

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

Όνομα Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
Επίσημο URL https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Περιγραφή Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 1,143
Τρέχουσα Έκδοση 1.8.0
Τελευταία Ενημέρωση 2021-06-15
Ημερομηνία Δημοσίευσης 2019-12-28
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Blaise Kal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/blaise-io/forget-about-this-site#readme
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/blaise-io/forget-about-this-site/issues
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.8.0",
    "homepage_url": "https:\/\/github.com\/blaise-io\/forget-about-this-site#readme",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "browsingData",
        "downloads",
        "history",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "icons": {
        "256": "\/icons\/icon.png"
    },
    "page_action": {
        "default_icon": "\/icons\/icon.png"
    },
    "options_ui": {
        "page": "\/options.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            }
        }
    }
}