Food New Tab

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

Wat is Food New Tab?

Food New Tab is een Chrome-extensie ontwikkeld door foodnewtab, en de belangrijkste functie is "Using this extension we will find a new food background at every tab of bing".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Food New Tab

Download Food New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Food New Tab Food New Tab
ID jdpnggofnfcpeikkflgahfedglionjnh
Officiële URL https://chromewebstore.google.com/detail/food-new-tab/jdpnggofnfcpeikkflgahfedglionjnh
Beschrijving Using this extension we will find a new food background at every tab of bing
Bestandsgrootte 1.27 MB
Aantal Installaties 2,840
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-05-31
Publicatiedatum 2022-11-20
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar foodnewtab
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.foodnewtab.com/
URL van de Privacybeleid Pagina https://foodnewtab.com/privacy.html
Ondersteunde Talen 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"
    }
}