All Best Recipes

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

Co je All Best Recipes?

All Best Recipes je rozšíření Chrome vyvinuté All Best Recipes, a jeho hlavní funkcí je „All Best Recipes replaces your new tab with quick recipe search with sponsored web search.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření All Best Recipes

Stáhněte si soubory rozšíření All Best Recipes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název All Best Recipes All Best Recipes
ID hgcchfenipapcljbhflknmmfbaaibekj
Oficiální URL https://chromewebstore.google.com/detail/all-best-recipes/hgcchfenipapcljbhflknmmfbaaibekj
Popis All Best Recipes replaces your new tab with quick recipe search with sponsored web search.
Velikost souboru 1.29 MB
Počet instalací 47,639
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-01-11
Datum Vydání 2022-05-01
Vývojář All Best Recipes
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://besteasyrecipes.net/pages/privacy.html
Podporované Jazyky 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'"
    }
}