Once Upon Redirect

Redirect from Etherscan to Once Upon (onceupon.gg)

Once Upon Redirectとは何ですか?

Once Upon RedirectはOnce Uponによって開発されたChromeの拡張機能で、その主な機能は「Redirect from Etherscan to Once Upon (onceupon.gg)」です。

拡張機能のスクリーンショット

screenshot

Once Upon Redirect拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}