Pimp my Wolt

Boost wolt up 🚀

ما هو Pimp my Wolt؟

Pimp my Wolt هو إضافة Chrome تم تطويرها بواسطة amitmarx، والميزة الرئيسية لها هي "Boost wolt up 🚀".

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

تحميل ملف CRX للإضافة Pimp my Wolt

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

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

                        Are you using Wolt everyday at work?
Are you sick of inviting your team one by one to your lunch order?
Are you using Cibus for splitting a shared order payment?
Wouldn't it be great if your Wolt's order could be auto-split on Cibus?

If the answer for all of the above is Yes, you should definitely try this extension.

For more details and setting up your team, please follow:
https://github.com/amitmarx/pimp-my-wolt                    

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

الاسم Pimp my Wolt Pimp my Wolt
ID edfemdoibbcbmkojfdeldnllcbnpmfld
عنوان URL الرسمي https://chromewebstore.google.com/detail/pimp-my-wolt/edfemdoibbcbmkojfdeldnllcbnpmfld
الوصف Boost wolt up 🚀
حجم الملف 51.49 KB
عدد التثبيتات 122
النسخة الحالية 1.0.19
آخر تحديث 2024-01-07
تاريخ النشر 2020-11-18
تقييم 5.00/5 مجموع تقييمات 5
المطور amitmarx
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/cd54c601-3d7b-4e9d-a973-69db7daf50f2
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pimp my Wolt",
    "version": "1.0.19",
    "description": "Boost wolt up \ud83d\ude80",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "\/src\/set-team-page.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "css": [
                "\/src\/styles.css",
                "\/src\/ext\/micromodal.css",
                "\/src\/wheel\/wheelstyle.css"
            ],
            "js": [
                "\/src\/ext\/micromodal.min.js",
                "\/src\/group-manager.js",
                "\/src\/bi-logger.js",
                "\/src\/wheel\/wheel-index.js",
                "\/src\/pimp-my-wolt.js"
            ],
            "matches": [
                "https:\/\/wolt.com\/*"
            ]
        },
        {
            "css": [
                "\/src\/styles.css"
            ],
            "js": [
                "\/src\/group-manager.js",
                "\/src\/bi-logger.js",
                "\/src\/pimp-my-cibus.js"
            ],
            "matches": [
                "https:\/\/www.mysodexo.co.il\/*",
                "https:\/\/myconsumers.pluxee.co.il\/*"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/loader.gif",
                "\/assets\/icons\/pimp-my-wolt-icon-48.png",
                "\/assets\/icons\/pimp-my-wolt-icon-128.png",
                "\/assets\/hungry_wheel.png",
                "src\/wheel\/wheelstyle.css",
                "src\/wheel\/wheel-index.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "edfemdoibbcbmkojfdeldnllcbnpmfld"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/pimp-my-wolt-icon-16.png",
        "24": "\/assets\/icons\/pimp-my-wolt-icon-24.png",
        "48": "\/assets\/icons\/pimp-my-wolt-icon-48.png",
        "128": "\/assets\/icons\/pimp-my-wolt-icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/pimp-my-wolt-icon-16.png",
            "24": "\/assets\/icons\/pimp-my-wolt-icon-24.png",
            "48": "\/assets\/icons\/pimp-my-wolt-icon-48.png"
        },
        "default_title": "Pimp My Wolt"
    }
}