Bretzel
Your best chance to match with your secret crush
Bretzel là gì?
Bretzel là một tiện ích mở rộng Chrome được phát triển bởi Bretzel Club, và tính năng chính của nó là "Your best chance to match with your secret crush".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bretzel
Tải xuống các tệp mở rộng Bretzel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bretzel |
ID | dilncohfamcdmpindiekhibhdilfjnnb |
URL Chính Thức | https://chromewebstore.google.com/detail/bretzel/dilncohfamcdmpindiekhibhdilfjnnb |
Mô tả | Your best chance to match with your secret crush |
Kích Thước Tệp | 1.2 MB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2022-06-02 |
Ngày Phát Hành | 2022-01-31 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Bretzel Club |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bretzel.club |
URL Trang Chính Sách Bảo Mật | https://bretzel.club/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |