Forget — clear history with one click

Protect your privacy and clear your browsing history with one simple click!

O que é Forget — clear history with one click?

Forget — clear history with one click é uma extensão do Chrome desenvolvida por Virae, e sua principal característica é "Protect your privacy and clear your browsing history with one simple click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Forget — clear history with one click

Baixe arquivos de extensão Forget — clear history with one click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Clear your browsing history and cache with one easy click!

Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension.

Forget is heavily inspired by Firefox "Forget button".                    

Informações Básicas da Extensão

Nome Forget — clear history with one click Forget — clear history with one click
ID pcdnmhdaiehinndodginnphbakcoffoa
URL Oficial https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa
Descrição Protect your privacy and clear your browsing history with one simple click!
Tamanho do Arquivo 62.97 KB
Contagem de Instalações 14,382
Versão Atual 1.6
Última Atualização 2022-06-17
Data de Publicação 2015-01-19
Classificação 4.09/5 Total de 22 Avaliações
Desenvolvedor Virae
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/[email protected]"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "permissions": [
        "browsingData"
    ],
    "short_name": "__MSG_app_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}