All Best Recipes

All Best Recipes replaces your new tab with quick recipe search with sponsored web search.

Τι είναι το All Best Recipes;

Το All Best Recipes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον All Best Recipes, και η κύρια λειτουργία του είναι "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.".

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

screenshot

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

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

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

                        All Best Recipes new tab features Recipe Search, Weather, Yahoo Web Search, Custom Shortcuts with the Date/Time.

The Installation of this extension will configure your New Tab Page to All Best Recipes. All Best Recipes extension is all you need to start browsing with quick access to our best recipes & web search.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://besteasyrecipes.net/pages/privacy.html
EULA: https://besteasyrecipes.net/pages/eula.html

Uninstall Instructions: 
https://besteasyrecipes.net/pages/uninstall.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα All Best Recipes All Best Recipes
ID hgcchfenipapcljbhflknmmfbaaibekj
Επίσημο URL https://chromewebstore.google.com/detail/all-best-recipes/hgcchfenipapcljbhflknmmfbaaibekj
Περιγραφή All Best Recipes replaces your new tab with quick recipe search with sponsored web search.
Μέγεθος Αρχείου 1.29 MB
Αριθμός Εγκαταστάσεων 47,639
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-01-11
Ημερομηνία Δημοσίευσης 2022-05-01
Προγραμματιστής All Best Recipes
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://besteasyrecipes.net/pages/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "short_name": "All Best Recipes",
    "description": "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.",
    "name": "All Best Recipes",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}