Forget about this site

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

Was ist Forget about this site?

Forget about this site ist eine Chrome-Erweiterung, die von Blaise Kal entwickelt wurde, und ihr Hauptmerkmal ist "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

Erweiterungsscreenshots

screenshot

Forget about this site-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forget about this site-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

                        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].                    

Grundlegende Informationen zur Erweiterung

Name Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
Offizielle URL https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Beschreibung Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Dateigröße 135 KB
Installationsanzahl 1,143
Aktuelle Version 1.8.0
Letztes Update 2021-06-15
Veröffentlichungsdatum 2019-12-28
Bewertung 4.00/5 Insgesamt 6 Bewertungen
Entwickler Blaise Kal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/blaise-io/forget-about-this-site#readme
Hilfeseite URL https://github.com/blaise-io/forget-about-this-site/issues
Unterstützte Sprachen 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"
            }
        }
    }
}