Forget about this site

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

Hvad er Forget about this site?

Forget about this site er en Chrome-udvidelse udviklet af Blaise Kal, og dens hovedfunktion er "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

Udvidelsesskærmbilleder

screenshot

Download Forget about this site-udvidelses-CRX-fil

Download Forget about this site-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
Officiel URL https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Beskrivelse Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Filstørrelse 135 KB
Antal Installationer 1,143
Nuværende Version 1.8.0
Senest Opdateret 2021-06-15
Udgivelsesdato 2019-12-28
Bedømmelse 4.00/5 Samlet 6 Bedømmelser
Udvikler Blaise Kal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/blaise-io/forget-about-this-site#readme
Hjælpeside-URL https://github.com/blaise-io/forget-about-this-site/issues
Understøttede Sprog 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"
            }
        }
    }
}