Once Upon Redirect
Redirect from Etherscan to Once Upon (onceupon.gg)
Once Upon Redirectคืออะไร?
Once Upon Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Once Upon และคุณลักษณะหลักของมันคือ "Redirect from Etherscan to Once Upon (onceupon.gg)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Once Upon Redirect
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |