Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Nodepay Extension", "name": "Nodepay Extension", "version": "2.3.3", "manifest_version": 3, "description": "Get paid for your idle internet! Contribute to the growth of ethical AI with Nodepay and unlock a new source of passive income.", "action": { "default_popup": "index.html", "default_title": "Nodepay Extension" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nodepay.ai\/*" ], "js": [ "content_scripts.js" ] } ], "permissions": [ "storage", "scripting", "activeTab" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "host_permissions": [ "https:\/\/*.nodepay.ai\/*", "https:\/\/*.nodepay.org\/*" ] }