Global Cookie Manager
Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.
什么是Global Cookie Manager?
Global Cookie Manager是由https://www.globalcookiemanager.com开发的Chrome扩展程序,该扩展的主要功能是“Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.”。
扩展截图
下载Global Cookie Manager扩展crx文件
下载Global Cookie Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Global Cookie Manager is a cookie manager extension for Google Chrome with advanced global search, editing and import/export features that act on all browser cookies.
Feature list:
★ Advanced list of cookies of the Current URL, Domain or Global (browser-wide).
★ Cross-search by Name, Domain and Value.
★ Remember your last search feature.
★ Full detail view.
★ Create, modify and delete cookies.
★ JSON or CSV import and export of a single cookie or the entire list.
★ Custom settings.
★ ...and other features in development.
Designed by developers for developers:
★ Focused on productivity and speed of use.
★ Facilitates website development and testing.
★ Allows to quickly check the privacy and cookie consent settings of websites.
★ Offers support to the SEO experts work.
★ It can also be used just to manually manage cookies. 扩展基本信息
| 名称 | |
| ID | bgffajlinmbdcileomeilpihjdgjiphb |
| 官方URL | https://chromewebstore.google.com/detail/global-cookie-manager/bgffajlinmbdcileomeilpihjdgjiphb |
| 简介 | Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies. |
| 文件大小 | 496 KB |
| 安装次数 | 994 |
| 当前版本 | 1.3 |
| 更新时间 | 2023-09-10 |
| 上架时间 | 2022-08-03 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.globalcookiemanager.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.globalcookiemanager.com/ |
| 隐私政策页面URL | https://www.globalcookiemanager.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Global Cookie Manager",
"version": "1.3",
"action": {
"default_popup": "index.html"
},
"description": "Cookie Manager with advanced global search, editing and import\/export functionality that acts on all browser cookies.",
"author": "Cristian Zuddas",
"icons": {
"16": "assets\/img\/icon16.png",
"48": "assets\/img\/icon48.png",
"128": "assets\/img\/icon128.png"
},
"options_ui": {
"page": "settings.html",
"open_in_tab": false
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"cookies",
"tabs",
"storage"
]
} | |