Food New Tab

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

Cos'è Food New Tab?

Food New Tab è un'estensione di Chrome sviluppata da foodnewtab, e la sua funzione principale è "Using this extension we will find a new food background at every tab of bing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Food New Tab

Scarica i file di estensione Food New Tab 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

                        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                    

Informazioni di Base sull'Estensione

Nome Food New Tab Food New Tab
ID jdpnggofnfcpeikkflgahfedglionjnh
URL Ufficiale https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh
Descrizione Using this extension we will find a new food background at every tab of bing
Dimensione del File 1.27 MB
Conteggio Installazioni 2,840
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-05-31
Data di Pubblicazione 2022-11-20
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore foodnewtab
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.foodnewtab.com/
URL della Pagina della Politica sulla Privacy https://foodnewtab.com/privacy.html
Lingue Supportate 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"
    }
}