WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Acorns Earn

Acorns Earn

View on Chrome Web Store
View Acorns Earn Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (1,796 ratings)
1 new ratings
41 views
This extension has been viewed 41 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.

Earn bonus investments for your future automatically!
Type
Extension
Users
100,000 users
Acorns
View author page of Acorns
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 15, 2018
Version 4.3.4
Manifest version
3
Updated
Updated on December 1, 2025
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Acorns Earn 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,
    "version": "4.3.4",
    "name": "__MSG_Meta_appName__",
    "short_name": "__MSG_Meta_shortAppName__",
    "description": "__MSG_Meta_appDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.walmart.com\/*",
                "https:\/\/www.walmart.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "amazonConquest.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "asinTrack.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chatgpt.com\/*",
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "chatgpt.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/*.perplexity.ai\/*"
            ],
            "js": [
                "perplexity.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/claude.ai\/*"
            ],
            "js": [
                "claude.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/copilot.microsoft.com\/*"
            ],
            "js": [
                "copilot.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/www.google.com\/search?*"
            ],
            "js": [
                "gemini.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "source\/fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html",
                "googleAppleOauth.html",
                "shoppay.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wild.link\/*"
        ]
    },
    "browser_specific_settings": {
        "edge": {
            "browser_action": {
                "default_title": "__MSG_Meta_appName__"
            }
        }
    }
}
© 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