Once Upon Redirect
Redirect from Etherscan to Once Upon (onceupon.gg)
Once Upon Redirect क्या है?
Once Upon Redirect Once Upon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect from Etherscan to Once Upon (onceupon.gg)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Once Upon Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |