Bretzel
Your best chance to match with your secret crush
Bretzel क्या है?
Bretzel Bretzel Club द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your best chance to match with your secret crush"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bretzel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |