Forget about this site

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

¿Qué es Forget about this site?

Forget about this site es una extensión de Chrome desarrollada por Blaise Kal, y su función principal es "Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Forget about this site

Descarga archivos de extensión Forget about this site en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Forget about this site Forget about this site
ID okiohagmnigihpbleoloddfldckiknea
URL Oficial https://chromewebstore.google.com/detail/forget-about-this-site/okiohagmnigihpbleoloddfldckiknea
Descripción Page action button that deletes cookies, local storage, browsing history and download history for the website you’re visiting.
Tamaño del Archivo 135 KB
Cantidad de Instalaciones 1,143
Versión Actual 1.8.0
Última Actualización 2021-06-15
Fecha de Publicación 2019-12-28
Calificación 4.00/5 Total de 6 Calificaciones
Desarrollador Blaise Kal
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/blaise-io/forget-about-this-site#readme
URL de la Página de Ayuda https://github.com/blaise-io/forget-about-this-site/issues
Idiomas Soportados 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"
            }
        }
    }
}