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
官方網址 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"
    }
}