Once Upon Redirect

Redirect from Etherscan to Once Upon (onceupon.gg)

Co to jest Once Upon Redirect?

Once Upon Redirect to rozszerzenie Chrome opracowane przez Once Upon, a jego główną funkcją jest „Redirect from Etherscan to Once Upon (onceupon.gg)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Once Upon Redirect

Pobierz pliki rozszerzeń Once Upon Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Once Upon Redirect Once Upon Redirect
ID ilgkbpafpibgnfldkfjffndefnklojcb
Oficjalny URL https://chromewebstore.google.com/detail/once-upon-redirect/ilgkbpafpibgnfldkfjffndefnklojcb
Opis Redirect from Etherscan to Once Upon (onceupon.gg)
Rozmiar pliku 11.32 KB
Liczba instalacji 238
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2022-11-29
Data Publikacji 2022-11-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Once Upon
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://onceupon.gg
Obsługiwane Języki 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"
    }
}