All Best Recipes

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

什么是All Best Recipes?

All Best Recipes是由All Best Recipes开发的Chrome扩展程序,该扩展的主要功能是“All Best Recipes replaces your new tab with quick recipe search with sponsored web search.”。

扩展截图

screenshot

下载All Best Recipes扩展crx文件

下载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'"
    }
}