Jam! Share accounts with friends
Share accounts with friends without revealing the password
什么是Jam! Share accounts with friends?
Jam! Share accounts with friends是由Jam! Share accounts with friends开发的Chrome扩展程序,该扩展的主要功能是“Share accounts with friends without revealing the password”。
扩展截图
下载Jam! Share accounts with friends扩展crx文件
下载Jam! Share accounts with friends扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Jam helps you and your friends share accounts on the internet.
扩展基本信息
名称 | |
ID | kceojleieoeebojmbpjmiacmpbkjddjf |
官方URL | https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf |
简介 | Share accounts with friends without revealing the password |
文件大小 | 578 KB |
安装次数 | 407 |
当前版本 | 0.0.15 |
更新时间 | 2020-10-13 |
上架时间 | 2020-07-03 |
评分 | 5.00/5 共3次评分 |
开发者 | Jam! Share accounts with friends |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://jam.link/ |
隐私政策页面URL | https://jam.link/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Share accounts with friends without revealing the password", "version": "0.0.15", "name": "Jam! Share accounts with friends", "short_name": "Jam", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "storage" ], "externally_connectable": { "matches": [ "https:\/\/*.jam.link\/*" ] } } |