Rivet
Developer Wallet & DevTools for Ethereum
What is Rivet?
Rivet is a Chrome extension developed by jxom, and its main feature is "Developer Wallet & DevTools for Ethereum".
Extension Screenshots
Download Rivet Extension CRX File
Download Rivet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Rivet is a developer Wallet & DevTools for Anvil. It is a browser extension that enables developers to inspect, debug, modify, and manipulate the state of Ethereum: accounts, blocks, contracts & the node itself. Rivet is also compatible with any production dApp, meaning you can simulate any type of action from either an Account attached on the Anvil instance, or by "impersonating" another Account on the network.
Extension Basic Information
Name | Rivet |
ID | mobmnpcacgadhkjfelhpemphmmnggnod |
Official URL | https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod |
Description | Developer Wallet & DevTools for Ethereum |
File Size | 24.81 MB |
Installation Count | 282 |
Current Version | 0.0.10 |
Last Updated | 2023-12-09 |
Publish Date | 2023-09-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | jxom |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rivet", "description": "Developer Wallet & DevTools for Ethereum", "version": "0.0.10", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" } }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/entries\/content\/index.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "permissions": [ "activeTab", "contextMenus", "declarativeNetRequest", "scripting", "storage", "tabs", "unlimitedStorage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*.woff2" ], "matches": [ " |