10bis price after discount

This extension displays the prices after discount in 10bis menu page

ما هو 10bis price after discount؟

10bis price after discount هو إضافة Chrome تم تطويرها بواسطة uri.mor، والميزة الرئيسية لها هي "This extension displays the prices after discount in 10bis menu page".

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

screenshot
screenshot

تحميل ملف CRX للإضافة 10bis price after discount

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

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

                        Display the prices of 10bis restaurants after discount                    

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

الاسم 10bis price after discount 10bis price after discount
ID cjeenmkpfahdbhhgobcodngnjoahebpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf
الوصف This extension displays the prices after discount in 10bis menu page
حجم الملف 8.13 KB
عدد التثبيتات 57
النسخة الحالية 0.3.7
آخر تحديث 2019-08-27
تاريخ النشر 2019-08-26
تقييم 5.00/5 مجموع تقييمات 3
المطور uri.mor
نوع الدفع free
موقع الإضافة https://github.com/urimor/10bis-discount-extension
اللغات المدعومة iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10bis price after discount",
    "description": "This extension displays the prices after discount in 10bis menu page",
    "version": "0.3.7",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "10bisExtension.js"
            ],
            "matches": [
                "https:\/\/www.10bis.co.il\/Restaurants\/Menu\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "10bisExtension-next.js"
            ],
            "matches": [
                "https:\/\/www.10bis.co.il\/next\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "10bis Price After Discount"
    },
    "icons": {
        "128": "icon.png"
    }
}