bless.

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

Cos'è bless.?

bless. è un'estensione di Chrome sviluppata da https://getbless.app, e la sua funzione principale è "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione bless.

Scarica i file di estensione bless. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
URL Ufficiale https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
Descrizione Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
Dimensione del File 40.86 KB
Conteggio Installazioni 29
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2023-11-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://getbless.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getbless.app
URL della Pagina di Aiuto https://getbless.app
URL della Pagina della Politica sulla Privacy http://getbless.app/privacy-terms
Lingue Supportate 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"
    }
}