Add Ocean Fish to FF14 Fish Tracker

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

Vad är Add Ocean Fish to FF14 Fish Tracker?

Add Ocean Fish to FF14 Fish Tracker är en Chrome-tillägg utvecklad av thebluepillow, och dess huvudfunktion är "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".

Tilläggsskärmbilder

screenshot

Ladda ner Add Ocean Fish to FF14 Fish Tracker-förlängningens CRX-fil

Ladda ner Add Ocean Fish to FF14 Fish Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
Officiell webbadress https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Beskrivning Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Filstorlek 7.14 KB
Antal Installationer 501
Aktuell Version 1.4
Senast Uppdaterad 2021-10-18
Publiceringsdatum 2020-12-29
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare thebluepillow
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}