Once Upon Redirect

Redirect from Etherscan to Once Upon (onceupon.gg)

Cos'è Once Upon Redirect?

Once Upon Redirect è un'estensione di Chrome sviluppata da Once Upon, e la sua funzione principale è "Redirect from Etherscan to Once Upon (onceupon.gg)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Once Upon Redirect

Scarica i file di estensione Once Upon Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Once Upon Redirect Once Upon Redirect
ID ilgkbpafpibgnfldkfjffndefnklojcb
URL Ufficiale https://chromewebstore.google.com/detail/once-upon-redirect/ilgkbpafpibgnfldkfjffndefnklojcb
Descrizione Redirect from Etherscan to Once Upon (onceupon.gg)
Dimensione del File 11.32 KB
Conteggio Installazioni 238
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-11-29
Data di Pubblicazione 2022-11-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Once Upon
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onceupon.gg
Lingue Supportate 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"
    }
}