Add Ocean Fish to FF14 Fish Tracker
Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Cos'è Add Ocean Fish to FF14 Fish Tracker?
Add Ocean Fish to FF14 Fish Tracker è un'estensione di Chrome sviluppata da thebluepillow, e la sua funzione principale è "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add Ocean Fish to FF14 Fish Tracker
Scarica i file di estensione Add Ocean Fish to FF14 Fish Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Add Ocean Fish to FF14 Fish Tracker |
ID | oihefgmncbnicjmcdccjflagboaidenh |
URL Ufficiale | https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh |
Descrizione | Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App |
Dimensione del File | 7.14 KB |
Conteggio Installazioni | 501 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-10-18 |
Data di Pubblicazione | 2020-12-29 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | thebluepillow |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |