Once Upon Redirect
Redirect from Etherscan to Once Upon (onceupon.gg)
Once Upon Redirect là gì?
Once Upon Redirect là một tiện ích mở rộng Chrome được phát triển bởi Once Upon, và tính năng chính của nó là "Redirect from Etherscan to Once Upon (onceupon.gg)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Once Upon Redirect
Tải xuống các tệp mở rộng Once Upon Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Once Upon Redirect |
ID | ilgkbpafpibgnfldkfjffndefnklojcb |
URL Chính Thức | https://chromewebstore.google.com/detail/once-upon-redirect/ilgkbpafpibgnfldkfjffndefnklojcb |
Mô tả | Redirect from Etherscan to Once Upon (onceupon.gg) |
Kích Thước Tệp | 11.32 KB |
Số Lần Cài Đặt | 238 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2022-11-29 |
Ngày Phát Hành | 2022-11-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Once Upon |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://onceupon.gg |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |