All Best Recipes

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

Cos'è All Best Recipes?

All Best Recipes è un'estensione di Chrome sviluppata da All Best Recipes, e la sua funzione principale è "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione All Best Recipes

Scarica i file di estensione All Best Recipes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome All Best Recipes All Best Recipes
ID hgcchfenipapcljbhflknmmfbaaibekj
URL Ufficiale https://chromewebstore.google.com/detail/all-best-recipes/hgcchfenipapcljbhflknmmfbaaibekj
Descrizione All Best Recipes replaces your new tab with quick recipe search with sponsored web search.
Dimensione del File 1.29 MB
Conteggio Installazioni 47,639
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-01-11
Data di Pubblicazione 2022-05-01
Sviluppatore All Best Recipes
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://besteasyrecipes.net/pages/privacy.html
Lingue Supportate 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'"
    }
}