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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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
}  |  |