Clear This Site!

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

什么是Clear This Site!?

Clear This Site!是由philipcolejohnson开发的Chrome扩展程序,该扩展的主要功能是“Clear This Site! deletes all data from the current site only.”。

扩展截图

screenshot
screenshot

下载Clear This Site!扩展crx文件

下载Clear This Site!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Clear This Site! Clear This Site!
ID lljaigckaodgklopfdnbjednjfeffoak
官方URL https://chromewebstore.google.com/detail/clear-this-site/lljaigckaodgklopfdnbjednjfeffoak
简介 Clear This Site! deletes all data from the current site only.
文件大小 84.18 KB
安装次数 47
当前版本 2.0.0
更新时间 2021-03-03
上架时间 2019-11-16
开发者 philipcolejohnson
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}