Add Ocean Fish to FF14 Fish Tracker

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

Co to jest Add Ocean Fish to FF14 Fish Tracker?

Add Ocean Fish to FF14 Fish Tracker to rozszerzenie Chrome opracowane przez thebluepillow, a jego główną funkcją jest „Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add Ocean Fish to FF14 Fish Tracker

Pobierz pliki rozszerzeń Add Ocean Fish to FF14 Fish Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
Oficjalny URL https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Opis Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Rozmiar pliku 7.14 KB
Liczba instalacji 501
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-10-18
Data Publikacji 2020-12-29
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper thebluepillow
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}