Releases: Glench/ExtPay
2.2.1 - remove content script requirement
This release removes the requirement for manifest.json to include a content_script entry unless your extension is using the onPaid
callback. In the future even this requirement might be removed in favor of using optional permissions.
2.2.0 - remove host permission requirement
ExtPay no longer requires a host permission which means users will no longer see a scary permission check when trying to install extensions with ExtPay. This should increase installs and therefore sales.
2.1.1
2.1 - subscription payments
Supports subscription payments!
Also reorganized code to be cleaner and support some future unannounced features.
2.0.3
2.0.2
2.0.1
2.0.0 - onPaid callbacks
Added extpay.onPaid.addListener
: add callbacks to be run after the user pays.
Note this version requires changing your manifest.json
to include a content_script. View the README for more detailed info. This is a backward-incompatible change which is why this release required a new major version bump.
1.2.0
1.1.0
This release adds cross-browser compatibility using Mozilla's webextension polyfill. ExtPay now supports Chrome, Firefox, Edge, Opera, Brave, and should work with any chromium-based browser.