Add Ocean Fish to FF14 Fish Tracker

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

Wat is Add Ocean Fish to FF14 Fish Tracker?

Add Ocean Fish to FF14 Fish Tracker is een Chrome-extensie ontwikkeld door thebluepillow, en de belangrijkste functie is "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add Ocean Fish to FF14 Fish Tracker

Download Add Ocean Fish to FF14 Fish Tracker-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

                        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                    

Basisinformatie over de Extensie

Naam Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
Officiële URL https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Beschrijving Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Bestandsgrootte 7.14 KB
Aantal Installaties 501
Huidige Versie 1.4
Laatst Bijgewerkt 2021-10-18
Publicatiedatum 2020-12-29
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar thebluepillow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}