Once Upon Redirect

Redirect from Etherscan to Once Upon (onceupon.gg)

O que é Once Upon Redirect?

Once Upon Redirect é uma extensão do Chrome desenvolvida por Once Upon, e sua principal característica é "Redirect from Etherscan to Once Upon (onceupon.gg)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Once Upon Redirect

Baixe arquivos de extensão Once Upon Redirect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Once Upon Redirect Once Upon Redirect
ID ilgkbpafpibgnfldkfjffndefnklojcb
URL Oficial https://chromewebstore.google.com/detail/once-upon-redirect/ilgkbpafpibgnfldkfjffndefnklojcb
Descrição Redirect from Etherscan to Once Upon (onceupon.gg)
Tamanho do Arquivo 11.32 KB
Contagem de Instalações 238
Versão Atual 0.0.0.1
Última Atualização 2022-11-29
Data de Publicação 2022-11-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Once Upon
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://onceupon.gg
Idiomas Suportados 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"
    }
}