Daily Feast Recipe

This extension allows you to find popular recipes in new tab page.

Cos'è Daily Feast Recipe?

Daily Feast Recipe è un'estensione di Chrome sviluppata da Vanity Fair Media, e la sua funzione principale è "This extension allows you to find popular recipes in new tab page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Daily Feast Recipe

Scarica i file di estensione Daily Feast Recipe 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

                        Easy and quick access to all popular recipes results with Daily Feast Recipe extension. Enjoy up to 1000’s of Free recipes and web search from one place.

This Chrome™ new tab extension resets your new tab page with a recipes finder tool and custom web search. 

Permissions used
"Replace the page you see when opening a new tab"

By installing this extension, you agree to the End User License Agreement (https://dailyfeastrecipe.com/terms-of-service/index.html) and Privacy Policy (https://dailyfeastrecipe.com/privacy-policy/index.html)                    

Informazioni di Base sull'Estensione

Nome Daily Feast Recipe Daily Feast Recipe
ID bnggmdgjgmpipklopejnfekojkgbcfnc
URL Ufficiale https://chromewebstore.google.com/detail/daily-feast-recipe/bnggmdgjgmpipklopejnfekojkgbcfnc
Descrizione This extension allows you to find popular recipes in new tab page.
Dimensione del File 12.93 KB
Conteggio Installazioni 11,038
Versione Corrente 71.60.90.102
Ultimo Aggiornamento 2022-09-28
Data di Pubblicazione 2020-10-20
Sviluppatore Vanity Fair Media
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dailyfeastrecipe.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "html\/popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "html\/default\/index.html"
    },
    "description": "This extension allows you to find popular recipes in new tab page.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Daily Feast Recipe",
    "version": "71.60.90.102"
}