bless.

Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…

O que é bless.?

bless. é uma extensão do Chrome desenvolvida por https://getbless.app, e sua principal característica é "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão bless.

Baixe arquivos de extensão bless. 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

                        Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a minimalist or just starting out.                    

Informações Básicas da Extensão

Nome bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
URL Oficial https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
Descrição Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
Tamanho do Arquivo 40.86 KB
Contagem de Instalações 29
Versão Atual 1.0.0
Última Atualização 2023-11-24
Data de Publicação 2023-11-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://getbless.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getbless.app
URL da Página de Ajuda https://getbless.app
URL da Página de Política de Privacidade http://getbless.app/privacy-terms
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "bless.",
    "version": "1.0.0",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "public\/fonts\/contentUnsupported.ts-loader.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.messenger.com\/*",
                "*:\/\/www.figma.com\/*"
            ],
            "css": [
                "public\/fonts\/contentUnsupported.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/fonts\/*.*",
                "src\/assets\/*",
                "*.ttf",
                "src\/lib\/Widget\/*",
                "src\/style\/global.css",
                "public\/fonts\/*.ttf"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/contentUnsupported.ts-f8b157b1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "public\/icons\/icon16.png",
        "32": "public\/icons\/icon32.png",
        "48": "public\/icons\/icon48.png",
        "128": "public\/icons\/icon128.png"
    }
}