bless.

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

Co je bless.?

bless. je rozšíření Chrome vyvinuté https://getbless.app, a jeho hlavní funkcí je „Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření bless.

Stáhněte si soubory rozšíření bless. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
Oficiální URL https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
Popis Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
Velikost souboru 40.86 KB
Počet instalací 29
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-11-24
Datum Vydání 2023-11-24
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://getbless.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getbless.app
URL Stránky Nápovědy https://getbless.app
URL Stránky Zásad Ochrany Soukromí http://getbless.app/privacy-terms
Podporované Jazyky 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"
    }
}