A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/docs/add-to-chrome.md

18 lines
778 B

## Add Custom Build to Chrome
![Load dev build](./load-dev-build-chrome.gif)
* Create a local build of MetaMask using your preferred method.
* You can find build instructions in the [readme](https://github.com/MetaMask/metamask-extension#readme).
7 years ago
* Open `Settings` > `Extensions`.
* Or go straight to [chrome://extensions](chrome://extensions).
7 years ago
* Check "Developer mode".
* At the top, click `Load Unpacked Extension`.
* Navigate to your `metamask-extension/dist/chrome` folder.
7 years ago
* Click `Select`.
* Change to your locale via `chrome://settings/languages`
* Restart the browser and test the extension in your locale
Your dev build is now added to Chrome, and you can click `Inspect views
background.html` in its card on the extension settings page to view its dev console.