bless.

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

Hvad er bless.?

bless. er en Chrome-udvidelse udviklet af https://getbless.app, og dens hovedfunktion er "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download bless.-udvidelses-CRX-fil

Download bless.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
Officiel URL https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
Beskrivelse Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
Filstørrelse 40.86 KB
Antal Installationer 29
Nuværende Version 1.0.0
Senest Opdateret 2023-11-24
Udgivelsesdato 2023-11-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://getbless.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://getbless.app
Hjælpeside-URL https://getbless.app
URL til Fortrolighedspolitik Side http://getbless.app/privacy-terms
Understøttede Sprog 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"
    }
}