Forget about this site

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

Co je Forget about this site?

Forget about this site je rozšíření Chrome vyvinuté Blaise Kal, a jeho hlavní funkcí je „Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Forget about this site

Stáhněte si soubory rozšíření Forget about this site ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
Oficiální URL https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Popis Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Velikost souboru 135 KB
Počet instalací 1,143
Aktuální Verze 1.8.0
Poslední Aktualizace 2021-06-15
Datum Vydání 2019-12-28
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář Blaise Kal
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/blaise-io/forget-about-this-site#readme
URL Stránky Nápovědy https://github.com/blaise-io/forget-about-this-site/issues
Podporované Jazyky 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"
            }
        }
    }
}