Cookie Manager
Manage Active Cookies
什么是Cookie Manager?
Cookie Manager是由https://www.xtensionizer.com开发的Chrome扩展程序,该扩展的主要功能是“Manage Active Cookies”。
扩展截图
下载Cookie Manager扩展crx文件
下载Cookie Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information We provide additional feature to delete all cookies when you close browser. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks. Please rate us and give us your feedback if you need any additional feature.
扩展基本信息
名称 | Cookie Manager |
ID | mfiipmpdfdpejeenmkcaojbbkajcfkgp |
官方URL | https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp |
简介 | Manage Active Cookies |
文件大小 | 196 KB |
安装次数 | 190 |
当前版本 | 1.0 |
更新时间 | 2023-03-22 |
上架时间 | 2019-09-10 |
开发者 | https://www.xtensionizer.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://xtensionizer.in/privacy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Manager", "short_name": "CookieMan", "version": "1.0", "description": "Manage Active Cookies", "icons": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "64": "images\/Icon-64.png", "128": "images\/Icon-128.png" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Cookie Manager", "default_popup": "html\/cookieManager.html" }, "background": { "scripts": [ "js\/background.js" ] } } |