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”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
            ]
        }
    ]
}