XIVAnalysis Launcher

Launch XIVAnalysis with just one click!

What is XIVAnalysis Launcher?

XIVAnalysis Launcher is a Chrome extension developed by Tenyu, and its main feature is "Launch XIVAnalysis with just one click!".

Extension Screenshots

screenshot

Download XIVAnalysis Launcher Extension CRX File

Download XIVAnalysis Launcher 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

                        Launch xivanalysis with just one click, no need to copy and paste FFLogs into xivanalysis anymore!

Click on the button at the top right corner of FFLogs report page or click on the extension button directly to access xivanalysis.

*Note: only works on FFLogs reports page.                    

Extension Basic Information

Name XIVAnalysis Launcher XIVAnalysis Launcher
ID niimageijnalbdnnghkgkgdegdnomjmd
Official URL https://chromewebstore.google.com/detail/xivanalysis-launcher/niimageijnalbdnnghkgkgdegdnomjmd
Description Launch XIVAnalysis with just one click!
File Size 26.84 KB
Installation Count 504
Current Version 1.1.0
Last Updated 2021-09-09
Publish Date 2021-09-09
Rating 5.00/5 Total 4 Ratings
Developer Tenyu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XIVAnalysis Launcher",
    "description": "Launch XIVAnalysis with just one click!",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.fflogs.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "Go to xivanalysis"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fflogs.com\/reports\/*"
            ],
            "css": [
                "inject-xivanalysis-button.min.css"
            ],
            "js": [
                "inject-xivanalysis-button.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}