bless.

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

什么是bless.?

bless.是由https://getbless.app开发的Chrome扩展程序,该扩展的主要功能是“Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…”。

扩展截图

screenshot
screenshot

下载bless.扩展crx文件

下载bless.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 bless. bless.
ID gmfacejfbffglfhafnbdgmanfecimbcl
官方URL https://chromewebstore.google.com/detail/bless/gmfacejfbffglfhafnbdgmanfecimbcl
简介 Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…
文件大小 40.86 KB
安装次数 29
当前版本 1.0.0
更新时间 2023-11-24
上架时间 2023-11-24
评分 5.00/5 共3次评分
开发者 https://getbless.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getbless.app
帮助页面URL https://getbless.app
隐私政策页面URL http://getbless.app/privacy-terms
支持的语言 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"
    }
}