Add Ocean Fish to FF14 Fish Tracker

Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App

Hvad er Add Ocean Fish to FF14 Fish Tracker?

Add Ocean Fish to FF14 Fish Tracker er en Chrome-udvidelse udviklet af thebluepillow, og dens hovedfunktion er "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".

Udvidelsesskærmbilleder

screenshot

Download Add Ocean Fish to FF14 Fish Tracker-udvidelses-CRX-fil

Download Add Ocean Fish to FF14 Fish Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The 7 blue fishes in ocean fishing are added to the FFX|V Fish Tracker App (a.k.a. Carbuncle Plushy).

 - Only blue fish (and their intuition fishes) are added
 - Blue fish windows are always 45 minutes starting on the hour, when the boat begins boarding
 - Green fish/intuition fish show up with an availability of Always for simplicity
 - Importing/exporting works
 - Available in the 5 supported languages                    

Grundlæggende oplysninger om udvidelsen

Navn Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
Officiel URL https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Beskrivelse Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Filstørrelse 7.14 KB
Antal Installationer 501
Nuværende Version 1.4
Senest Opdateret 2021-10-18
Udgivelsesdato 2020-12-29
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler thebluepillow
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add Ocean Fish to FF14 Fish Tracker",
    "version": "1.4",
    "description": "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ff14fish.carbuncleplushy.com\/"
            ],
            "run_at": "document_end",
            "js": [
                "script.js"
            ]
        }
    ]
}