Add Ocean Fish to FF14 Fish Tracker

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

Qu'est-ce que Add Ocean Fish to FF14 Fish Tracker ?

Add Ocean Fish to FF14 Fish Tracker est une extension Chrome développée par thebluepillow, et sa fonction principale est "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Add Ocean Fish to FF14 Fish Tracker

Téléchargez les fichiers d'extension Add Ocean Fish to FF14 Fish Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
URL Officiel https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Description Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Taille du Fichier 7.14 KB
Nombre d'Installations 501
Version Actuelle 1.4
Dernière Mise à Jour 2021-10-18
Date de Publication 2020-12-29
Évaluation 4.67/5 Total 3 Évaluations
Développeur thebluepillow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}