Cookie Monitor
This extension monitors the cookies addition and deletion
Cookie Monitor क्या है?
Cookie Monitor Shahul Hameed ([email protected]) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension monitors the cookies addition and deletion"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cookie Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |