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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brighten Your Day with View Recipes Extension. View Recipes will change your new tab Page to View Recipes with Yahoo Sponsored…"입니다.

확장 프로그램 스크린샷

screenshot

View Recipes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:;"
    }
}