bless.

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

What is bless.?

bless. is a Chrome extension developed by https://getbless.app, and its main feature is "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…".

Extension Screenshots

screenshot
screenshot

Download bless. Extension CRX File

Download bless. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
Official URL https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
Description Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
File Size 40.86 KB
Installation Count 29
Current Version 1.0.0
Last Updated 2023-11-24
Publish Date 2023-11-24
Rating 5.00/5 Total 3 Ratings
Developer https://getbless.app
Email [email protected]
Payment Type free
Extension Website https://getbless.app
Help Page URL https://getbless.app
Privacy Policy Page URL http://getbless.app/privacy-terms
Supported Languages 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"
    }
}