Bretzel

Your best chance to match with your secret crush

O que é Bretzel?

Bretzel é uma extensão do Chrome desenvolvida por Bretzel Club, e sua principal característica é "Your best chance to match with your secret crush".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bretzel

Baixe arquivos de extensão Bretzel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Bretzel Bretzel
ID dilncohfamcdmpindiekhibhdilfjnnb
URL Oficial https://chromewebstore.google.com/detail/bretzel/dilncohfamcdmpindiekhibhdilfjnnb
Descrição Your best chance to match with your secret crush
Tamanho do Arquivo 1.2 MB
Contagem de Instalações 55
Versão Atual 0.2.2
Última Atualização 2022-06-02
Data de Publicação 2022-01-31
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Bretzel Club
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bretzel.club
URL da Página de Política de Privacidade https://bretzel.club/privacy-policy.html
Idiomas Suportados 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"
    }
}