PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
Wat is PlutusDex Enhancer?
PlutusDex Enhancer is een Chrome-extensie ontwikkeld door Breaking IT - Sebastian Stohr, en de belangrijkste functie is "Extension to add community based client-side features to PlutusDex".
Extensie Screenshots
Download het CRX-bestand van de extensie PlutusDex Enhancer
Download PlutusDex Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. ⚠️ 🚨 Basisinformatie over de Extensie
| Naam | |
| ID | necjdfandaodcoeagkacmlapednbihgl |
| Officiële URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
| Beschrijving | Extension to add community based client-side features to PlutusDex |
| Bestandsgrootte | 146 KB |
| Aantal Installaties | 937 |
| Huidige Versie | 0.8.3 |
| Laatst Bijgewerkt | 2023-02-04 |
| Publicatiedatum | 2022-06-08 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Breaking IT - Sebastian Stohr |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://dex.plutus.link/ |
| Help Pagina-URL | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
| Ondersteunde Talen | 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"
}
} | |