bless.

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

ما هو bless.؟

bless. هو إضافة Chrome تم تطويرها بواسطة https://getbless.app، والميزة الرئيسية لها هي "Transform your shopping habits with bless. Our clever raccoon companion leads the way to mindful spending, whether you're a…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة bless.

قم بتنزيل ملفات الامتداد bless. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://getbless.app
عنوان صفحة سياسة الخصوصية 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"
    }
}