WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Invest Instead

Invest Instead

View on Chrome Web Store
View Invest Instead Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
35 views
This extension has been viewed 35 times
0 downloads
This extension has been downloaded 0 times

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

Cut your spending and save money while shopping online. Invest Instead of shopping and see your savings grow.
Type
Extension
Users
3 users
1
Invest Instead
View author page of Invest Instead
Published
Published on July 9, 2024
Version 0.0.3
Manifest version
3
Updated
Updated on July 31, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Invest Instead Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "0.0.3",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "cookies",
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.iife.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "content-ui\/index.iife.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.svg",
                "icon-128.png",
                "icon-34.png",
                "robinhood_logo.png",
                "charles_scwhab_logo.png",
                "interactive_brokers_logo.png",
                "etrade_logo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "side_panel": {
        "default_path": "side-panel\/index.html"
    }
}
© 2025 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