Add Ocean Fish to FF14 Fish Tracker
Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
What is Add Ocean Fish to FF14 Fish Tracker?
Add Ocean Fish to FF14 Fish Tracker is a Chrome extension developed by thebluepillow, and its main feature is "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".
Extension Screenshots
Download Add Ocean Fish to FF14 Fish Tracker Extension CRX File
Download Add Ocean Fish to FF14 Fish Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Add Ocean Fish to FF14 Fish Tracker |
ID | oihefgmncbnicjmcdccjflagboaidenh |
Official URL | https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh |
Description | Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App |
File Size | 7.14 KB |
Installation Count | 501 |
Current Version | 1.4 |
Last Updated | 2021-10-18 |
Publish Date | 2020-12-29 |
Rating | 4.67/5 Total 3 Ratings |
Developer | thebluepillow |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |