Food New Tab

Using this extension we will find a new food background at every tab of bing

ما هو Food New Tab؟

Food New Tab هو إضافة Chrome تم تطويرها بواسطة foodnewtab، والميزة الرئيسية لها هي "Using this extension we will find a new food background at every tab of bing".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Food New Tab

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

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

                        Food is a lot of people's therapy - when we say comfort food, we mean that. It's releasing dopamine and serotonin in your brain that makes you feel good. Introducing the Food New Tab extension feature to your browser which changes every background image while switching up a New tab. The searches on the tab bring out the results in Microsoft Bing to give you a better browsing experience.

Terms of Service:
https://www.foodnewtab.com/terms.html

Privacy Policy:
https://www.foodnewtab.com/privacy.html                    

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

الاسم Food New Tab Food New Tab
ID jdpnggofnfcpeikkflgahfedglionjnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh
الوصف Using this extension we will find a new food background at every tab of bing
حجم الملف 1.27 MB
عدد التثبيتات 2,840
النسخة الحالية 1.0.3
آخر تحديث 2023-05-31
تاريخ النشر 2022-11-20
تقييم 4.50/5 مجموع تقييمات 4
المطور foodnewtab
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.foodnewtab.com/
عنوان صفحة سياسة الخصوصية https://foodnewtab.com/privacy.html
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "food.png",
        "48": "food.png",
        "128": "food.png"
    },
    "manifest_version": 3,
    "name": "Food New Tab",
    "version": "1.0.3",
    "description": "Using this extension we will find a new food background at every tab of bing",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/foodnewtab.com\/",
        "*:\/\/*.foodnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "Food_New_Tab.html"
    },
    "action": {
        "default_icon": "food.png"
    }
}