Localhost Cookie Sync
Sync cookies from a domain to your localhost
什么是Localhost Cookie Sync?
Localhost Cookie Sync是由Brett Merrifield开发的Chrome扩展程序,该扩展的主要功能是“Sync cookies from a domain to your localhost”。
扩展截图
下载Localhost Cookie Sync扩展crx文件
下载Localhost Cookie Sync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep certain cookies synced from a domain to your localhost. This can be a good tool to use by keeping things like authentication tokens from a domain synced to your local dev environment. 扩展基本信息
| 名称 | |
| ID | mpbhlkmmkaamkbkpoammefkfckhgfbac |
| 官方URL | https://chromewebstore.google.com/detail/localhost-cookie-sync/mpbhlkmmkaamkbkpoammefkfckhgfbac |
| 简介 | Sync cookies from a domain to your localhost |
| 文件大小 | 22.04 KB |
| 安装次数 | 193 |
| 当前版本 | 0.4 |
| 更新时间 | 2021-09-24 |
| 上架时间 | 2021-09-21 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Brett Merrifield |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Localhost Cookie Sync",
"description": "Sync cookies from a domain to your localhost",
"version": "0.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/cookie16.png",
"32": "\/images\/cookie32.png",
"48": "\/images\/cookie48.png",
"128": "\/images\/cookie128.png"
}
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
" | |