Blip Desk Addictions

Change desk behavior based on your needs

ما هو Blip Desk Addictions؟

Blip Desk Addictions هو إضافة Chrome تم تطويرها بواسطة ceifa، والميزة الرئيسية لها هي "Change desk behavior based on your needs".

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

screenshot

تحميل ملف CRX للإضافة Blip Desk Addictions

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

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

                        Essa extensão serve para ativar os plugins da White Wall dentro do Blip Desk.

Como utilizar: https://www.loom.com/share/e02771d26caa44ab81cdfb1610f2d11c                    

معلومات أساسية عن التمديد

الاسم Blip Desk Addictions Blip Desk Addictions
ID akfjcmbdebmamhmoldbkgomdbifedjnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/blip-desk-addictions/akfjcmbdebmamhmoldbkgomdbifedjnc
الوصف Change desk behavior based on your needs
حجم الملف 127 KB
عدد التثبيتات 0
النسخة الحالية 0.0.37
آخر تحديث 2023-12-15
تاريخ النشر 2022-07-05
تقييم 5.00/5 مجموع تقييمات 1
المطور ceifa
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba
اللغات المدعومة pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blip Desk Addictions",
    "version": "0.0.37",
    "manifest_version": 3,
    "description": "Change desk behavior based on your needs",
    "icons": {
        "128": ".\/manifest\/icon-128px.png",
        "48": ".\/manifest\/icon-48px.png",
        "32": ".\/manifest\/icon-32px.png",
        "16": ".\/manifest\/icon.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/manifest\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/desk.blip.ai\/*",
                "*:\/\/*.desk.blip.ai\/*"
            ],
            "js": [
                ".\/blip-desk.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/desk.blip.ai\/*",
                "*:\/\/*.desk.blip.ai\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/desk.blip.ai\/*",
        "*:\/\/*.desk.blip.ai\/*"
    ]
}