Food New Tab

Using this extension we will find a new food background at every tab of bing

O que é Food New Tab?

Food New Tab é uma extensão do Chrome desenvolvida por foodnewtab, e sua principal característica é "Using this extension we will find a new food background at every tab of bing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Food New Tab

Baixe arquivos de extensão Food New Tab 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

                        Food is a lot of people's therapy - when we say comfort food, we mean that. It's releasing dopamine and serotonin in your brain that makes you feel good. Introducing the Food New Tab extension feature to your browser which changes every background image while switching up a New tab. The searches on the tab bring out the results in Microsoft Bing to give you a better browsing experience.

Terms of Service:
https://www.foodnewtab.com/terms.html

Privacy Policy:
https://www.foodnewtab.com/privacy.html                    

Informações Básicas da Extensão

Nome Food New Tab Food New Tab
ID jdpnggofnfcpeikkflgahfedglionjnh
URL Oficial https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh
Descrição Using this extension we will find a new food background at every tab of bing
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 2,840
Versão Atual 1.0.3
Última Atualização 2023-05-31
Data de Publicação 2022-11-20
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor foodnewtab
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.foodnewtab.com/
URL da Página de Política de Privacidade https://foodnewtab.com/privacy.html
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "food.png",
        "48": "food.png",
        "128": "food.png"
    },
    "manifest_version": 3,
    "name": "Food New Tab",
    "version": "1.0.3",
    "description": "Using this extension we will find a new food background at every tab of bing",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/foodnewtab.com\/",
        "*:\/\/*.foodnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "Food_New_Tab.html"
    },
    "action": {
        "default_icon": "food.png"
    }
}