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
官方網址 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
電子郵箱 [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"
}