Share Your Cookies
Share your accounts without revealing passwords
什么是Share Your Cookies?
Share Your Cookies是由https://lnmai.com开发的Chrome扩展程序,该扩展的主要功能是“Share your accounts without revealing passwords”。
扩展截图
下载Share Your Cookies扩展crx文件
下载Share Your Cookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. 扩展基本信息
| 名称 | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| 官方URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| 简介 | Share your accounts without revealing passwords |
| 文件大小 | 38.54 KB |
| 安装次数 | 53,376 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-02-15 |
| 上架时间 | 2018-08-12 |
| 评分 | 4.33/5 共9次评分 |
| 开发者 | https://lnmai.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mtfb.lnmai.com/ |
| 帮助页面URL | https://mtfb.lnmai.com/discord |
| 隐私政策页面URL | https://lnmai.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Share Your Cookies",
"description": "Share your accounts without revealing passwords",
"version": "1.0.3",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_popup": "popup.html",
"default_title": "Share Your Cookies"
},
"author": "Loc Mai",
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |