All Best Recipes

All Best Recipes replaces your new tab with quick recipe search with sponsored web search.

ما هو All Best Recipes؟

All Best Recipes هو إضافة Chrome تم تطويرها بواسطة All Best Recipes، والميزة الرئيسية لها هي "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.".

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

screenshot

تحميل ملف CRX للإضافة All Best Recipes

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

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

                        All Best Recipes new tab features Recipe Search, Weather, Yahoo Web Search, Custom Shortcuts with the Date/Time.

The Installation of this extension will configure your New Tab Page to All Best Recipes. All Best Recipes extension is all you need to start browsing with quick access to our best recipes & web search.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://besteasyrecipes.net/pages/privacy.html
EULA: https://besteasyrecipes.net/pages/eula.html

Uninstall Instructions: 
https://besteasyrecipes.net/pages/uninstall.html                    

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

الاسم All Best Recipes All Best Recipes
ID hgcchfenipapcljbhflknmmfbaaibekj
عنوان URL الرسمي https://chromewebstore.google.com/detail/all-best-recipes/hgcchfenipapcljbhflknmmfbaaibekj
الوصف All Best Recipes replaces your new tab with quick recipe search with sponsored web search.
حجم الملف 1.29 MB
عدد التثبيتات 47,639
النسخة الحالية 1.0.1
آخر تحديث 2023-01-11
تاريخ النشر 2022-05-01
المطور All Best Recipes
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://besteasyrecipes.net/pages/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "short_name": "All Best Recipes",
    "description": "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.",
    "name": "All Best Recipes",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}