etherscan-contract-downloader
Inject download button for verified contract on etherscan.io.
What is etherscan-contract-downloader?
etherscan-contract-downloader is a Chrome extension developed by Monarth Sarvaiya, and its main feature is "Inject download button for verified contract on etherscan.io.".
Extension Screenshots
Download etherscan-contract-downloader Extension CRX File
Download etherscan-contract-downloader 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
etherscan-contract-downloader is an extension which will inject download button for verified smart contracts on etherscan.io.
Extension Basic Information
Name | etherscan-contract-downloader |
ID | lgbmhlndlnehaakmmoiibkebophhmdpb |
Official URL | https://chromewebstore.google.com/detail/etherscan-contract-downlo/lgbmhlndlnehaakmmoiibkebophhmdpb |
Description | Inject download button for verified contract on etherscan.io. |
File Size | 14.6 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2023-03-31 |
Publish Date | 2023-03-31 |
Developer | Monarth Sarvaiya |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "etherscan-contract-downloader", "version": "1.0.1", "manifest_version": 3, "description": "Inject download button for verified contract on etherscan.io.", "icons": { "16": ".\/source\/images\/icon16.png", "32": ".\/source\/images\/icon32.png", "48": ".\/source\/images\/icon48.png", "128": ".\/source\/images\/icon128.png" }, "action": { "default_icon": ".\/source\/images\/icon128.png", "default_popup": ".\/source\/pages\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/etherscan.io\/address\/*", "https:\/\/etherscan.io\/token\/*" ], "js": [ ".\/source\/js\/content-script.js" ] } ] } |