Cookie Monitor

This extension monitors the cookies addition and deletion

什麼是Cookie Monitor?

Cookie Monitor是由Shahul Hameed ([email protected])開發的Chrome擴展程式,該擴展的主要功能是“This extension monitors the cookies addition and deletion”。

擴展截圖

screenshot

下載Cookie Monitor擴展crx文件

下載Cookie Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension monitors the cookies addition and deletion. You can give the domain, name and value in the form of regex pattern. It will monitor all those cookies and give you an alert whenever a change (add, delete or modify) done. It will alert you when you do change manually by add ons or via http requests.                    

擴展基本資訊

名稱 Cookie Monitor Cookie Monitor
ID ccalldmbpkkpjcfgahbnpeffakpdldhj
官方網址 https://chromewebstore.google.com/detail/cookie-monitor/ccalldmbpkkpjcfgahbnpeffakpdldhj
簡介 This extension monitors the cookies addition and deletion
檔案大小 22.28 KB
安裝次數 1,120
目前版本 1.0
更新時間 2014-12-26
上架時間 2014-12-25
評分 3.00/5 共 5 次評分
開發者 Shahul Hameed ([email protected])
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Monitor",
    "description": "This extension monitors the cookies addition and deletion",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Cookie Monitor"
    },
    "background": {
        "scripts": [
            "cookiemon-background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "webRequest",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "author": "Shahul Hameed, N"
}