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
公式URL 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"
}