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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}