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 là gì?

Add Ocean Fish to FF14 Fish Tracker là một tiện ích mở rộng Chrome được phát triển bởi thebluepillow, và tính năng chính của nó là "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add Ocean Fish to FF14 Fish Tracker

Tải xuống các tệp mở rộng Add Ocean Fish to FF14 Fish Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add Ocean Fish to FF14 Fish Tracker Add Ocean Fish to FF14 Fish Tracker
ID oihefgmncbnicjmcdccjflagboaidenh
URL Chính Thức https://chromewebstore.google.com/detail/add-ocean-fish-to-ff14-fi/oihefgmncbnicjmcdccjflagboaidenh
Mô tả Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App
Kích Thước Tệp 7.14 KB
Số Lần Cài Đặt 501
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-10-18
Ngày Phát Hành 2020-12-29
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển thebluepillow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}