PlutusDex Enhancer

Extension to add community based client-side features to PlutusDex

Apa itu PlutusDex Enhancer?

PlutusDex Enhancer adalah ekstensi Chrome yang dikembangkan oleh Breaking IT - Sebastian Stohr, dan fitur utamanya adalah "Extension to add community based client-side features to PlutusDex".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PlutusDex Enhancer

Unduh file ekstensi PlutusDex Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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. ⚠️ 🚨                    

Informasi Dasar Ekstensi

Nama PlutusDex Enhancer PlutusDex Enhancer
ID necjdfandaodcoeagkacmlapednbihgl
URL Resmi https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl
Deskripsi Extension to add community based client-side features to PlutusDex
Ukuran File 146 KB
Jumlah Instalasi 937
Versi Saat Ini 0.8.3
Terakhir Diperbarui 2023-02-04
Tanggal Publikasi 2022-06-08
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Breaking IT - Sebastian Stohr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://dex.plutus.link/
URL Halaman Bantuan https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues
Bahasa yang Didukung 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"
    }
}