PotatoWarTimer
See hospital timers in the faction war page
PotatoWarTimerとは何ですか?
PotatoWarTimerはAwesomePotatoによって開発されたChromeの拡張機能で、その主な機能は「See hospital timers in the faction war page」です。
拡張機能のスクリーンショット
PotatoWarTimer拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |