Glench / ExtPay

The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.
https://extensionpay.com
Other
483 stars 62 forks source link

When ExtPay included twice via two content scripts, onPaid callbacks no longer run #216

Open Glench opened 2 months ago

Glench commented 2 months ago

This happened to me while I had a content script that ran on every page AND the normal content script that only includes ExtPay on extensionpay.com/*.

Take out "exclude_matches": ["http://localhost/*"],in dev extension and try to pay with dev extension.