Cookie Backup
Extension that saves cookies.
什么是Cookie Backup?
Cookie Backup是由developer.waieight.开发的Chrome扩展程序,该扩展的主要功能是“Extension that saves cookies.”。
扩展截图
下载Cookie Backup扩展crx文件
下载Cookie Backup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension exports cookie information to text (JSON format).
It is also possible to import in JSON format. 扩展基本信息
| 名称 | |
| ID | ifgdidilpbdhkbiidfbjaaajpggjhnce |
| 官方URL | https://chromewebstore.google.com/detail/cookie-backup/ifgdidilpbdhkbiidfbjaaajpggjhnce |
| 简介 | Extension that saves cookies. |
| 文件大小 | 17.35 KB |
| 安装次数 | 1,121 |
| 当前版本 | 0.0.2.3 |
| 更新时间 | 2023-01-27 |
| 上架时间 | 2020-05-15 |
| 评分 | 3.20/5 共5次评分 |
| 开发者 | developer.waieight. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://waieight.hatenablog.jp/ |
| 隐私政策页面URL | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cookie Backup",
"version": "1.0.0.17",
"version_name": "0.0.2.3",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"128": "\/icon\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"cookies"
],
"host_permissions": [
" | |