Once Upon Redirect
Redirect from Etherscan to Once Upon (onceupon.gg)
什么是Once Upon Redirect?
Once Upon Redirect是由Once Upon开发的Chrome扩展程序,该扩展的主要功能是“Redirect from Etherscan to Once Upon (onceupon.gg)”。
扩展截图
下载Once Upon Redirect扩展crx文件
下载Once Upon Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirects the browser when landing on Etherscan (etherscan.io) to Once Upon. Ensure Once Upon is used as your block explorer of choice. Forces all etherscan.io links to onceupon.gg, including links from any project that sends you to Etherscan for pending transactions. Once Upon Redirect is free and open-source software. The code is available at https://github.com/Once-Upon/onceupon-extension-chrome. Pull requests are more than welcome.
扩展基本信息
名称 | Once Upon Redirect |
ID | ilgkbpafpibgnfldkfjffndefnklojcb |
官方URL | https://chromewebstore.google.com/detail/once-upon-redirect/ilgkbpafpibgnfldkfjffndefnklojcb |
简介 | Redirect from Etherscan to Once Upon (onceupon.gg) |
文件大小 | 11.32 KB |
安装次数 | 238 |
当前版本 | 0.0.0.1 |
更新时间 | 2022-11-29 |
上架时间 | 2022-11-29 |
评分 | 5.00/5 共2次评分 |
开发者 | Once Upon |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://onceupon.gg |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Once Upon Redirect", "description": "Redirect from Etherscan to Once Upon (onceupon.gg)", "version": "0.0.0.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/etherscan.io\/*" ], "js": [ "redirect.js" ] } ], "icons": { "16": "\/images\/ou16.png", "32": "\/images\/ou32.png", "48": "\/images\/ou48.png", "128": "\/images\/ou128.png" } } |