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
Eメール [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'"
    }
}