PotatoWarTimer

See hospital timers in the faction war page

PotatoWarTimer란 무엇입니까?

PotatoWarTimer은(는) AwesomePotato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See hospital timers in the faction war page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PotatoWarTimer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}