Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

Remove Cookie!とは何ですか?

Remove Cookie!はalenbi.2013.105によって開発されたChromeの拡張機能で、その主な機能は「Removes cookies set by the site, including cookies with paths and domains」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

拡張機能の基本情報

名前 Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
公式URL https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
説明 Removes cookies set by the site, including cookies with paths and domains
ファイルサイズ 25.75 KB
インストール数 16,543
現在のバージョン 0.1
最終更新日 2013-12-18
公開日 2013-12-18
評価 2.88/5 合計 16 レビュー
開発者 alenbi.2013.105
支払い方法 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 Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}