Bretzel
Your best chance to match with your secret crush
什么是Bretzel?
Bretzel是由Bretzel Club开发的Chrome扩展程序,该扩展的主要功能是“Your best chance to match with your secret crush”。
扩展截图
下载Bretzel扩展crx文件
下载Bretzel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever liked someone but never dared to tell them?
Bretzel is your chance to match with your secret crush
All you need is a LinkedIn profile.
1. Turn LinkedIn into a bretzel party
Switch the bretzel mode ON — you'll see bretzels next to everyone. Switch it OFF anytime.
2. Give your bretzels under the radar
Give a bretzel to your crush, they will never know about it, unless they give you a bretzel too. Maybe they already have?
3. Ooh la la, it's a match!
You just got bretzel’d! See all your matches in a dedicated space, and start chatting! 扩展基本信息
| 名称 | |
| ID | dilncohfamcdmpindiekhibhdilfjnnb |
| 官方URL | https://chromewebstore.google.com/detail/bretzel/dilncohfamcdmpindiekhibhdilfjnnb |
| 简介 | Your best chance to match with your secret crush |
| 文件大小 | 1.2 MB |
| 安装次数 | 55 |
| 当前版本 | 0.2.2 |
| 更新时间 | 2022-06-02 |
| 上架时间 | 2022-01-31 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | Bretzel Club |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bretzel.club |
| 隐私政策页面URL | https://bretzel.club/privacy-policy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bretzel",
"description": "Your best chance to match with your secret crush",
"version": "0.2.2",
"manifest_version": 3,
"incognito": "not_allowed",
"permissions": [
"storage",
"tabs",
"webRequest"
],
"host_permissions": [
"*:\/\/*.linkedin.com\/*",
"*:\/\/localhost\/*",
"https:\/\/us-central1-bretzel-in.cloudfunctions.net\/*"
],
"action": {
"default_popup": "popup\/index.html",
"default_icon": {
"128": "assets\/images\/bretzel-logo.png"
}
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"assets\/images\/*",
"assets\/fonts\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"contentScripts.bundle.js"
]
}
],
"background": {
"service_worker": "background.bundle.js"
},
"icons": {
"128": "assets\/images\/bretzel-logo.png"
}
} | |