MasterCook
MasterCook Recipe Analytics, Meal Planning & Storage
What is MasterCook?
MasterCook is a Chrome extension developed by ValuSoft Finance LLC, and its main feature is "MasterCook Recipe Analytics, Meal Planning & Storage".
Extension Screenshots
Download MasterCook Extension CRX File
Download MasterCook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The MasterCook.com web importer allows you to capture text as recipes to your private account at MasterCook.com.
Extension Basic Information
Name | MasterCook |
ID | cjlemnmgimcdhhaphaecileladgedmhf |
Official URL | https://chromewebstore.google.com/detail/mastercook/cjlemnmgimcdhhaphaecileladgedmhf |
Description | MasterCook Recipe Analytics, Meal Planning & Storage |
File Size | 3.28 MB |
Installation Count | 4,364 |
Current Version | 2.0.1 |
Last Updated | 2023-10-17 |
Publish Date | 2020-10-22 |
Rating | 3.41/5 Total 17 Ratings |
Developer | ValuSoft Finance LLC |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mastercook.com |
Help Page URL | http://support.mastercook.com/ |
Privacy Policy Page URL | https://www.mastercook.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MasterCook", "version": "2.0.1", "description": "MasterCook Recipe Analytics, Meal Planning & Storage", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "assets\/images\/MasterCookLogo-small.png", "default_popup": "index.html" }, "icons": { "16": "assets\/images\/MasterCookLogo-small.png", "32": "assets\/images\/MasterCookLogo-small.png", "48": "assets\/images\/MasterCookLogo-small.png", "128": "assets\/images\/MasterCookLogo-small.png" }, "permissions": [ "activeTab", "https:\/\/www.mastercook.com\/", "https:\/\/staging.mastercook.com\/", "http:\/\/staging.mastercook.com\/", "https:\/\/qa.mastercook.com\/", "http:\/\/qa.mastercook.com\/", "http:\/\/api.mastercook.com\/", "https:\/\/api.mastercook.com\/", "http:\/\/*\/", "contextMenus", "clipboardWrite", "clipboardRead" ], "background": { "persistent": true, "page": "background.html" } } |