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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον prymill, και η κύρια λειτουργία του είναι "Brighten Your Day with View Recipes Extension. View Recipes will change your new tab Page to View Recipes with Yahoo Sponsored…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης View Recipes

Λήψη αρχείων επέκτασης View Recipes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:;"
    }
}