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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thebluepillow และคุณลักษณะหลักของมันคือ "Adds blue ocean fish to the list of fishes on the FF14 Fish Tracker App"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Ocean Fish to FF14 Fish Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}