Stackednaks Extension Pro

Stackednaks Extension Pro

What is Stackednaks Extension Pro?

Stackednaks Extension Pro is a Chrome extension developed by stackednaks, and its main feature is "Stackednaks Extension Pro".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stackednaks Extension Pro Extension CRX File

Download Stackednaks Extension Pro 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

                        ZedRun stable manager.

StackedNaks can now live inside your browser when entering races.  Built using the advanced data provided by www.stackednaks.com, see the competitions strengths before entering races.                    

Extension Basic Information

Name Stackednaks Extension Pro Stackednaks Extension Pro
ID ehjafdlpijlcfiapceahjfoibmfnkfcj
Official URL https://chromewebstore.google.com/detail/stackednaks-extension-pro/ehjafdlpijlcfiapceahjfoibmfnkfcj
Description Stackednaks Extension Pro
File Size 409 KB
Installation Count 2,146
Current Version 4.0.51
Last Updated 2024-01-07
Publish Date 2021-09-02
Rating 4.93/5 Total 57 Ratings
Developer stackednaks
Email [email protected]
Payment Type free
Extension Website https://zlead.vercel.app/
Help Page URL https://zlead.vercel.app/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stackednaks Extension Pro",
    "description": "Stackednaks Extension Pro",
    "version": "4.0.51",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Stackednaks",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zed.run\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}