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!
拡張機能の基本情報
名前 | Bretzel |
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 |
Eメール | [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" } } |