Clear This Site!

Clear This Site! deletes all data from the current site only.

O que é Clear This Site!?

Clear This Site! é uma extensão do Chrome desenvolvida por philipcolejohnson, e sua principal característica é "Clear This Site! deletes all data from the current site only.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Clear This Site!

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

                        Clearing a site shouldn't log you out of everything else. Make the current site forget you while leaving other sites alone.

- One button. Dead simple!
- Easy way to get a fresh start on your current site
- Leaves data from other sites alone
- Clear cookies, session data, local storage, and plugin data
- Much faster than opening up dev tools
- Configurable. Reload? Sure. Save your cookies? No problem.                    

Informações Básicas da Extensão

Nome Clear This Site! Clear This Site!
ID lljaigckaodgklopfdnbjednjfeffoak
URL Oficial https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak
Descrição Clear This Site! deletes all data from the current site only.
Tamanho do Arquivo 84.18 KB
Contagem de Instalações 47
Versão Atual 2.0.0
Última Atualização 2021-03-03
Data de Publicação 2019-11-16
Desenvolvedor philipcolejohnson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear This Site!",
    "version": "2.0.0",
    "author": "Philip Cole Johnson",
    "description": "Clear This Site! deletes all data from the current site only.",
    "permissions": [
        "activeTab",
        "browsingData",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Clear This Site!",
        "default_icon": {
            "16": "images\/trash-16.png",
            "32": "images\/trash-32.png",
            "48": "images\/trash-48.png",
            "128": "images\/trash-128.png"
        }
    },
    "icons": {
        "16": "images\/trash-16.png",
        "32": "images\/trash-32.png",
        "48": "images\/trash-48.png",
        "128": "images\/trash-128.png"
    },
    "manifest_version": 3
}