View Recipes

Brighten Your Day with View Recipes Extension. View Recipes will change your new tab Page to View Recipes with Yahoo Sponsored…

View Recipes क्या है?

View Recipes prymill द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brighten Your Day with View Recipes Extension. View Recipes will change your new tab Page to View Recipes with Yahoo Sponsored…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में View Recipes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Brighten Your Day with View Recipes Extension. View Recipes will change your new tab Page to View Recipes with Yahoo Sponsored Search.

Simply Click the Chef Icon to View Quick & Easy Recipes. View Recipes will show our Top 25 Random Recipes of the Day along with Recipe Search. 

View Recipes Provides Autocomplete Recipe Search, Yahoo Search Results, & Custom Background image. 

View Our Privacy Policy at: https://viewrecipes.net/app/privacy.html
& Uninstall Instructions: https://viewrecipes.net/app/uninstall.html                    

एक्सटेंशन की मूल जानकारी

नाम View Recipes View Recipes
ID nfhmofnohiiegfbnialkdlgohnjmpihg
आधिकारिक URL https://chromewebstore.google.com/detail/view-recipes/nfhmofnohiiegfbnialkdlgohnjmpihg
विवरण Brighten Your Day with View Recipes Extension. View Recipes will change your new tab Page to View Recipes with Yahoo Sponsored…
फ़ाइल का आकार 444 KB
स्थापना संख्या 42,555
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-10-23
प्रकाशन तिथि 2023-07-16
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर prymill
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://viewrecipes.net/app/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 3,
    "short_name": "View Recipes",
    "name": "View Recipes",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api2.bigoven.com https:\/\/bigoven-res.cloudinary.com https:\/\/viewrecipes.net https:\/\/www.viewrecipes.net; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/viewrecipes.net * data:;"
    }
}