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 |
官方網址 | 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" } } |