Daily Feast Recipe

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

O que é Daily Feast Recipe?

Daily Feast Recipe é uma extensão do Chrome desenvolvida por Vanity Fair Media, e sua principal característica é "This extension allows you to find popular recipes in new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Daily Feast Recipe

Baixe arquivos de extensão Daily Feast Recipe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Daily Feast Recipe Daily Feast Recipe
ID bnggmdgjgmpipklopejnfekojkgbcfnc
URL Oficial https://chromewebstore.google.com/detail/daily-feast-recipe/bnggmdgjgmpipklopejnfekojkgbcfnc
Descrição This extension allows you to find popular recipes in new tab page.
Tamanho do Arquivo 12.93 KB
Contagem de Instalações 11,038
Versão Atual 71.60.90.102
Última Atualização 2022-09-28
Data de Publicação 2020-10-20
Desenvolvedor Vanity Fair Media
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://dailyfeastrecipe.com/privacy-policy
Idiomas Suportados 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"
}