Cookie Remover

Removes cookies for the current site

Cookie Removerとは何ですか?

Cookie RemoverはAdamによって開発されたChromeの拡張機能で、その主な機能は「Removes cookies for the current site」です。

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

screenshot
screenshot

Cookie Remover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

拡張機能の基本情報

名前 Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
公式URL https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
説明 Removes cookies for the current site
ファイルサイズ 87.72 KB
インストール数 83,261
現在のバージョン 1.0.3
最終更新日 2019-08-10
公開日 2019-08-09
評価 4.46/5 合計 79 レビュー
開発者 Adam
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}