XIVAnalysis Launcher

Launch XIVAnalysis with just one click!

Wat is XIVAnalysis Launcher?

XIVAnalysis Launcher is een Chrome-extensie ontwikkeld door Tenyu, en de belangrijkste functie is "Launch XIVAnalysis with just one click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie XIVAnalysis Launcher

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

                        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.                    

Basisinformatie over de Extensie

Naam XIVAnalysis Launcher XIVAnalysis Launcher
ID niimageijnalbdnnghkgkgdegdnomjmd
Officiële URL https://chromewebstore.google.com/detail/xivanalysis-launcher/niimageijnalbdnnghkgkgdegdnomjmd
Beschrijving Launch XIVAnalysis with just one click!
Bestandsgrootte 26.84 KB
Aantal Installaties 504
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-09-09
Publicatiedatum 2021-09-09
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Tenyu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}