Add Ocean Fish to FF14 Fish Tracker
Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
O que é Add Ocean Fish to FF14 Fish Tracker?
Add Ocean Fish to FF14 Fish Tracker é uma extensão do Chrome desenvolvida por thebluepillow, e sua principal característica é "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Add Ocean Fish to FF14 Fish Tracker
Baixe arquivos de extensão Add Ocean Fish to FF14 Fish Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Add Ocean Fish to FF14 Fish Tracker |
ID | oihefgmncbnicjmcdccjflagboaidenh |
URL Oficial | https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh |
Descrição | Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App |
Tamanho do Arquivo | 7.14 KB |
Contagem de Instalações | 501 |
Versão Atual | 1.4 |
Última Atualização | 2021-10-18 |
Data de Publicação | 2020-12-29 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | thebluepillow |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |