Add Ocean Fish to FF14 Fish Tracker

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

Apa itu Add Ocean Fish to FF14 Fish Tracker?

Add Ocean Fish to FF14 Fish Tracker adalah ekstensi Chrome yang dikembangkan oleh thebluepillow, dan fitur utamanya adalah "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add Ocean Fish to FF14 Fish Tracker

Unduh file ekstensi Add Ocean Fish to FF14 Fish Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
URL Resmi https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Deskripsi Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Ukuran File 7.14 KB
Jumlah Instalasi 501
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-10-18
Tanggal Publikasi 2020-12-29
Penilaian 4.67/5 Total 3 Penilaian
Pengembang thebluepillow
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}