bless.

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

Co to jest bless.?

bless. to rozszerzenie Chrome opracowane przez https://getbless.app, a jego główną funkcją jest „Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia bless.

Pobierz pliki rozszerzeń bless. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
Oficjalny URL https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
Opis Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
Rozmiar pliku 40.86 KB
Liczba instalacji 29
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-11-24
Data Publikacji 2023-11-24
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://getbless.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getbless.app
Adres URL Strony Pomocy https://getbless.app
Adres URL Strony Polityki Prywatności http://getbless.app/privacy-terms
Obsługiwane Języki 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"
    }
}