extension-provider icon indicating copy to clipboard operation
extension-provider copied to clipboard

A module for allowing a WebExtension to access the web3 provider from an installed MetaMask instance

Results 20 extension-provider issues
Sort by recently updated
recently updated
newest added

- Migrate from deprecated [`ethjs`](https://github.com/ethjs/ethjs) to [`@metamask/ethjs`](https://github.com/MetaMask/ethjs). - Add peerDependency `@babel//runtime` - Before this change, legacy version `babel-runtime` was pulled in as runtime dependency, which this replaces.

dependencies

- Update `extension-port-stream` from `^2.0.0` to [`^3.0.0`](https://github.com/MetaMask/extension-port-stream/releases/tag/v3.0.0) - [Changelog](https://github.com/MetaMask/extension-port-stream/blob/v3.0.0/CHANGELOG.md) - Corresponding update in `metamask-extension`: https://github.com/MetaMask/metamask-extension/pull/21931

dependencies

- Upgrade `detect-browser` from `^3.0.0` to latest `^5.3.0` [Release notes](https://github.com/DamonOehlman/detect-browser/releases)

dependencies

Hi mates, Do you consider supporting Webpack? Thanks for supporting the browser extensions.

The sample extension has not been updated since we made some changes to the underlying transport. Should be fairly simple and could facilitate more external extension interactions.

Greetings I want to be able to connect to meta mask browser extension from a chrome extension tab loaded application. However when I use a background script of the chrome...

im getting: Uncaught ReferenceError: process is not defined at 9306 (index.js:6:29) at r (bootstrap:19:32) at 3530 (BaseProvider.ts:2:1) at r (bootstrap:19:32) at 5361 (MetaMaskInpageProvider.ts:7:1) at r (bootstrap:19:32) at 9955 (index.ts:1:1) at...

Hi, are there any examples of this package used in Manifest V3 or are they any plans to upgrade this to MV3? I'm struggling to use Metamask in my MV3...

Hello, do you plan to develop a version for the third version manifest? It is already available, and I would like to use it in production. > January 17, 2022:...

Hey guys, Are you having an issue when you connect your wallet or sign metamask extension in another extension both extensions close, have a workaround/way for solve it?