Bretzel
Your best chance to match with your secret crush
Bretzelคืออะไร?
Bretzel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bretzel Club และคุณลักษณะหลักของมันคือ "Your best chance to match with your secret crush"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bretzel
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |