WebExtension.net
WebExtension.net

Nourish Chrome Extension

View on Chrome Web Store
View Nourish Chrome Extension Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Our YouTube and Instagram Recipe Importer extension is a specialized tool crafted to streamline the process of transferring recipes…
Type
Extension
Users
7 users
Dnatur
View author page of Dnatur
Published
Published on April 10, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on May 17, 2024
View on Chrome Web Store
View Nourish Chrome Extension Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nourish Chrome Extension",
    "version": "1.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/dnatur.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "css": [
            "index.css"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top