QuickSwapAPY

QuickSwap APY Calculator

What is QuickSwapAPY?

QuickSwapAPY is a Chrome extension developed by grepole121, and its main feature is "QuickSwap APY Calculator".

Extension Screenshots

screenshot
screenshot
screenshot

Download QuickSwapAPY Extension CRX File

Download QuickSwapAPY 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

                        Calculates and displays the APY for various pools on QuickSwap! This makes it so you don't need to manually calculate for every pool! 

It also works out your total deposits across multiple pools and the total QUICK per day you're earning along with the equivalent USD value!

Now it will automatically re-run when you click to a new page!

There are also options so you can customise the extension!

Source code: https://github.com/grepole121/quickswap_apy                    

Extension Basic Information

Name QuickSwapAPY QuickSwapAPY
ID nifdpfodhfppdajlaemhhjijjpfjmpjb
Official URL https://chromewebstore.google.com/detail/quickswapapy/nifdpfodhfppdajlaemhhjijjpfjmpjb
Description QuickSwap APY Calculator
File Size 26.01 KB
Installation Count 350
Current Version 1.7.1
Last Updated 2023-07-20
Publish Date 2021-03-17
Rating 5.00/5 Total 8 Ratings
Developer grepole121
Email [email protected]
Payment Type free
Extension Website https://github.com/grepole121/quickswap_apy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickSwapAPY",
    "version": "1.7.1",
    "manifest_version": 2,
    "description": "QuickSwap APY Calculator",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}