Startup Cookie Destroyer

Remove unwanted cookies and site data on start-up, and manually from the toolbar.

O que é Startup Cookie Destroyer?

Startup Cookie Destroyer é uma extensão do Chrome desenvolvida por Aaron Horler, e sua principal característica é "Remove unwanted cookies and site data on start-up, and manually from the toolbar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Startup Cookie Destroyer

Baixe arquivos de extensão Startup Cookie Destroyer 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

                        Remove unwanted cookies and all other site data on startup, and manually from the extension toolbar.

Wanted cookies are defined using a white list.

GitHub source - https://github.com/aghorler/Startup-Cookie-Destroyer

CHANGELOG

1.2.0 - Add cacheStorage option to browsing data clear, attempted return to Chrome Web Store.
1.1.0 - Automatic option saving.
1.0.3 - Logic improvements. Hover descriptions on options page.
1.0.2 - The extension no longer clears all cookies on installation.
1.0.1 - First release.                    

Informações Básicas da Extensão

Nome Startup Cookie Destroyer Startup Cookie Destroyer
ID gnofoiakeednmambnlgcooiflejppmoj
URL Oficial https://chromewebstore.google.com/detail/startup-cookie-destroyer/gnofoiakeednmambnlgcooiflejppmoj
Descrição Remove unwanted cookies and site data on start-up, and manually from the toolbar.
Tamanho do Arquivo 11.96 KB
Contagem de Instalações 214
Versão Atual 1.2.0
Última Atualização 2022-02-28
Data de Publicação 2018-05-16
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor Aaron Horler
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aghorler/Startup-Cookie-Destroyer
URL da Página de Ajuda https://github.com/aghorler/Startup-Cookie-Destroyer
URL da Página de Política de Privacidade https://aaronhorler.com/privacy.txt
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Startup Cookie Destroyer",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Remove unwanted cookies and site data on start-up, and manually from the toolbar.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "browser_action": {
        "name": "Clear cookies and site data."
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}