PotatoWarTimer

See hospital timers in the faction war page

PotatoWarTimerคืออะไร?

PotatoWarTimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AwesomePotato และคุณลักษณะหลักของมันคือ "See hospital timers in the faction war page"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PotatoWarTimer

ดาวน์โหลดไฟล์ส่วนขยาย PotatoWarTimer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension for the biggest text based RPG game - Torn. This extension provides quality of life addons to the game. For now, the main functionality is to retrieve players information from the Torn API, to use it in the faction war screen for enemy hospitalization time tracking.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PotatoWarTimer PotatoWarTimer
ID ppoidecbakgkldbpmmfkgkhfmbcminmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd
คำอธิบาย See hospital timers in the faction war page
ขนาดไฟล์ 36.26 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2024-01-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา AwesomePotato
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.torn.com
URL หน้านโยบายความเป็นส่วนตัว https://www.torn.com/rules.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PotatoWarTimer",
    "author": "AwesomePotato [2021133]",
    "description": "See hospital timers in the faction war page",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/factions.php*"
            ],
            "js": [
                "content\/war-timer.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "PotatoWarTimer",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}