Cookie Deleter

Simple cookie remover for current tab (with optional page refreshing)

Cookie Deleterとは何ですか?

Cookie DeleterはTuhnikによって開発されたChromeの拡張機能で、その主な機能は「Simple cookie remover for current tab (with optional page refreshing)」です。

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

screenshot

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

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

拡張機能の使用方法

                        Cookie Deleter also deletes local storage and session storage. Lightweight code with no dependencies.
Version 0.1.3 adds an updated icon.                    

拡張機能の基本情報

名前 Cookie Deleter Cookie Deleter
ID flmicjkngcbhiioifamhhhpgjaeegkaa
公式URL https://chrome.google.com/webstore/detail/cookie-deleter/flmicjkngcbhiioifamhhhpgjaeegkaa
説明 Simple cookie remover for current tab (with optional page refreshing)
ファイルサイズ 7.23 KB
インストール数 811
現在のバージョン 0.1.3
最終更新日 2017-10-04
公開日 2017-10-04
評価 4.20/5 合計 5 レビュー
開発者 Tuhnik
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_small.png",
        "default_title": "Delete cookies for current tab"
    },
    "description": "Simple cookie remover for current tab (with optional page refreshing)",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnD4Dt6VRLhSGs95cBglWkqcxKToBIt14BipmgI8Aqj6Skn5pHSTuXgd9eJZc\/fEAS6hzpVNeKYe5gsAs0XEq9zdDmLknl2ApY\/qB\/4D9mm0ukzQhH+2K5SRPZCT2Bv\/PyrHP1DxTII4Cu3h7CwuHyWemxjEJgG9g3Kbt3O0+HxrU\/JG8jn215WJFJqHmF9KYEfOqwTN\/27HTm8oDprbLToOqG0VWQvB38qzDDO5MLFvTfU6ReLY2riw5rivc8j3noWTSsLGPsWisF0NvHr\/3IKVW3y2lMAWPLiHJYTr+Y7nJG1f7JfiLPK0dOVcKDeLBLiSjidI5yo7VZi8J4xD0TQIDAQAB",
    "manifest_version": 2,
    "name": "Cookie Deleter",
    "permissions": [
        "contextMenus",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3"
}