Add Ocean Fish to FF14 Fish Tracker

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

Co je Add Ocean Fish to FF14 Fish Tracker?

Add Ocean Fish to FF14 Fish Tracker je rozšíření Chrome vyvinuté thebluepillow, a jeho hlavní funkcí je „Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Add Ocean Fish to FF14 Fish Tracker

Stáhněte si soubory rozšíření Add Ocean Fish to FF14 Fish Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
Oficiální URL https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Popis Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Velikost souboru 7.14 KB
Počet instalací 501
Aktuální Verze 1.4
Poslední Aktualizace 2021-10-18
Datum Vydání 2020-12-29
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář thebluepillow
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}