Add Ocean Fish to FF14 Fish Tracker
Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Add Ocean Fish to FF14 Fish Trackerとは何ですか?
Add Ocean Fish to FF14 Fish Trackerはthebluepillowによって開発されたChromeの拡張機能で、その主な機能は「Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App」です。
拡張機能のスクリーンショット
Add Ocean Fish to FF14 Fish Tracker拡張機能のCRXファイルをダウンロード
Add Ocean Fish to FF14 Fish Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Add Ocean Fish to FF14 Fish Tracker |
ID | oihefgmncbnicjmcdccjflagboaidenh |
公式URL | https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh |
説明 | Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App |
ファイルサイズ | 7.14 KB |
インストール数 | 501 |
現在のバージョン | 1.4 |
最終更新日 | 2021-10-18 |
公開日 | 2020-12-29 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | thebluepillow |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |