PlutusDex Enhancer

Extension to add community based client-side features to PlutusDex

ما هو PlutusDex Enhancer؟

PlutusDex Enhancer هو إضافة Chrome تم تطويرها بواسطة Breaking IT - Sebastian Stohr، والميزة الرئيسية لها هي "Extension to add community based client-side features to PlutusDex".

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

screenshot

تحميل ملف CRX للإضافة PlutusDex Enhancer

قم بتنزيل ملفات الامتداد PlutusDex Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds csv download of the Banking statement, Pluton rewards, Crypto orders, Withdrawals and Transactions to the Plutus web app.

🚨 ⚠️ This project is no longer under active development. ⚠️ 🚨                    

معلومات أساسية عن التمديد

الاسم PlutusDex Enhancer PlutusDex Enhancer
ID necjdfandaodcoeagkacmlapednbihgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl
الوصف Extension to add community based client-side features to PlutusDex
حجم الملف 146 KB
عدد التثبيتات 937
النسخة الحالية 0.8.3
آخر تحديث 2023-02-04
تاريخ النشر 2022-06-08
تقييم 4.83/5 مجموع تقييمات 6
المطور Breaking IT - Sebastian Stohr
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dex.plutus.link/
عنوان صفحة المساعدة https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlutusDex Enhancer",
    "description": "Extension to add community based client-side features to PlutusDex",
    "version": "0.8.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "19": "\/images\/icon19.png",
            "32": "\/images\/icon32.png",
            "38": "\/images\/icon38.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dex.plutus.it\/dashboard\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "19": "\/images\/icon19.png",
        "32": "\/images\/icon32.png",
        "38": "\/images\/icon38.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}