Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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>" ] } ] }