Cookie Monitor
This extension monitors the cookies addition and deletion
Cookie Monitor là gì?
Cookie Monitor là một tiện ích mở rộng Chrome được phát triển bởi Shahul Hameed ([email protected]), và tính năng chính của nó là "This extension monitors the cookies addition and deletion".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cookie Monitor
Tải xuống các tệp mở rộng Cookie Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cookie Monitor |
ID | ccalldmbpkkpjcfgahbnpeffakpdldhj |
URL Chính Thức | https://chromewebstore.google.com/detail/cookie-monitor/ccalldmbpkkpjcfgahbnpeffakpdldhj |
Mô tả | This extension monitors the cookies addition and deletion |
Kích Thước Tệp | 22.28 KB |
Số Lần Cài Đặt | 1,120 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-12-26 |
Ngày Phát Hành | 2014-12-25 |
Đánh Giá | 3.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Shahul Hameed ([email protected]) |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |