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
官方網址 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"
            ]
        }
    ]
}