All Best Recipes

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

All Best Recipes क्या है?

All Best Recipes All Best Recipes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All Best Recipes replaces your new tab with quick recipe search with sponsored web search."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में All Best Recipes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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'"
    }
}