WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Give Freely: You Save, We Give, Charities Win

Give Freely: You Save, We Give, Charities Win

View on Chrome Web Store
View Give Freely: You Save, We Give, Charities Win Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (48 ratings)
1 new ratings
14 views
This extension has been viewed 14 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.

Save money and support your favorite charity simultaneously with Give Freely.
Type
Extension
Users
4,000 users
Website givefreely.com
chrome-store-publishers
View author page of chrome-store-publishers
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 17, 2023
Version 1.1.135
Manifest version
3
Updated
Updated on May 13, 2025
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Give Freely: You Save, We Give, Charities Win 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,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhhrnMY2lh1LCVryu77WbnhId66VI9mKe2tVJZmpc4mnxFu1UBDtRonJylFWdl4Jw1sKm7ZBZffgg0HiStnvZXG4jWvnvEpOQhFE8bQQnO7KbCFa\/SWiyJRdWjRiC6AtFCKDEwjFNy43OfrvOmv4pOSOAi\/3JD\/Z2ofR7o6mK0MgXBrZonl4UpCoo0DPZpf8RQfFw\/uH4OsD17qB4dh6dTjzJOIUr7sOCpEjzyi5Ul\/A6VfbzuelaiMexTGFs0sjr2GsGPKQznxB2GN5HVKJVZTBt+EbcCsRxH2D8TgzbO96rGBP4YEEdxnUYbbtXy85J+Q790wTHnbfOmxzlQNc2fQIDAQAB",
    "version": "1.1.135",
    "name": "Give Freely: You Save, We Give, Charities Win",
    "description": "Save money and support your favorite charity simultaneously with Give Freely.",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage"
    ],
    "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:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js",
                "cart.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/givefreelywebapp.vercel.app\/*",
            "https:\/\/givefreely-web-app-dev.vercel.app\/",
            "https:\/\/*.givefreely.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "earnings.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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