Remove Cookies For Site

A Chrome extension to remove all cookies for the current site.

Remove Cookies For Siteとは何ですか?

Remove Cookies For Siteはnestorによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to remove all cookies for the current site.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Remove Cookies For Site拡張機能のCRXファイルをダウンロード

Remove Cookies For Site拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click the broken cookie and all cookies for the current site will be deleted.                    

拡張機能の基本情報

名前 Remove Cookies For Site Remove Cookies For Site
ID lmfdblomdpkcniknaenceeogpgepocmm
公式URL https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm
説明 A Chrome extension to remove all cookies for the current site.
ファイルサイズ 412 KB
インストール数 35,152
現在のバージョン 1.7
最終更新日 2023-06-27
公開日 2016-06-04
評価 3.56/5 合計 180 レビュー
開発者 nestor
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
プライバシーポリシーページのURL http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Cookies For Site",
    "version": "1.7",
    "description": "A Chrome extension to remove all cookies for the current site.",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "cookie_handler.js"
    },
    "icons": {
        "48": "broken-cookie48.png",
        "128": "broken-cookie128.png"
    },
    "action": {
        "default_icon": {
            "48": "broken-cookie48.png",
            "128": "broken-cookie128.png"
        }
    }
}