Once Upon Redirect

Redirect from Etherscan to Once Upon (onceupon.gg)

ما هو Once Upon Redirect؟

Once Upon Redirect هو إضافة Chrome تم تطويرها بواسطة Once Upon، والميزة الرئيسية لها هي "Redirect from Etherscan to Once Upon (onceupon.gg)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Once Upon Redirect

قم بتنزيل ملفات الامتداد Once Upon Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}