PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
What is PlutusDex Enhancer?
PlutusDex Enhancer is a Chrome extension developed by Breaking IT - Sebastian Stohr, and its main feature is "Extension to add community based client-side features to PlutusDex".
Extension Screenshots
Download PlutusDex Enhancer Extension CRX File
Download PlutusDex Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. ⚠️ 🚨
Extension Basic Information
Name | PlutusDex Enhancer |
ID | necjdfandaodcoeagkacmlapednbihgl |
Official URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
Description | Extension to add community based client-side features to PlutusDex |
File Size | 146 KB |
Installation Count | 937 |
Current Version | 0.8.3 |
Last Updated | 2023-02-04 |
Publish Date | 2022-06-08 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Breaking IT - Sebastian Stohr |
[email protected] | |
Payment Type | free |
Extension Website | https://dex.plutus.link/ |
Help Page URL | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
Supported Languages | 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" } } |