Clear Site Data

Clear current or all site data (cache, storage, etc).

O que é Clear Site Data?

Clear Site Data é uma extensão do Chrome desenvolvida por https://guokai.dev, e sua principal característica é "Clear current or all site data (cache, storage, etc).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Clear Site Data

Baixe arquivos de extensão Clear Site Data 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

                        When you click this extension icon, it will show you the storage used info of current (https) site.

You can clear data for current site or all web sites, including these data types:

Cache
● Browser Cache
● Cache Storage

Storage
● Local Storage
● IndexedDB
● Web SQL
● Cookies
● Service Workers
● File Systems

Others (only when select for all web sites)
● Download List
● Visited History
● Stored Form Data
● Stored Passwords

When you select clearing data for all web sites, you can add excluded origins which are excluded from deletion.

Note: 
[1]. Origin format:  "://"  [ ":"  ]                    

Informações Básicas da Extensão

Nome Clear Site Data Clear Site Data
ID aihgofjefdlhpnmeakpnjjeajofpcbhj
URL Oficial https://chromewebstore.google.com/detail/clear-site-data/aihgofjefdlhpnmeakpnjjeajofpcbhj
Descrição Clear current or all site data (cache, storage, etc).
Tamanho do Arquivo 11.13 KB
Contagem de Instalações 8,335
Versão Atual 0.0.9
Última Atualização 2022-08-23
Data de Publicação 2020-03-15
Classificação 4.56/5 Total de 27 Avaliações
Desenvolvedor https://guokai.dev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://guokai.dev/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Site Data",
    "version": "0.0.9",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "Clear current or all site data (cache, storage, etc).",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "browsingData",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}