The agent storefront at https://agents.zerogpu.ai/llms.txt publishes prices, payment instructions, and setup. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there instantly, no signup. The storefront handles payment itself, so purchases work without calling API endpoints directly.
Turn your Chrome extension into a revenue stream without ads, using privacy-first idle compute monetization
Start earningGenerate revenue without cluttering your extension's UI or degrading user experience with ads.
Optimized specifically for Chrome extensions with minimal overhead and seamless integration.
GDPR compliant with no data collection. Your users' browsing activity remains completely private.
Earn revenue continuously while users browse normally. No active user participation required.
Include ZeroGPU SDK in your extension's manifest.json and declare required permissions.
Set up the SDK in your background service worker with your API credentials.
SDK intelligently uses idle browser resources to process AI inference tasks.
Monitor earnings in your dashboard with automatic monthly payouts.
{
"manifest_version": 3,
"name": "Your Extension",
"version": "1.0.0",
"permissions": [
"storage",
"idle"
],
"background": {
"service_worker": "background.js"
}
}import ZeroGPU from '@zerogpu/browser-sdk';
// Initialize ZeroGPU
const zerogpu = new ZeroGPU({
apiKey: 'your_api_key',
enableMonetization: true
});
// Start monetization
zerogpu.start();
console.log('ZeroGPU enabled!');Join developers earning revenue without compromising user experience.
Start earning