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 |
官方網址 | 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" ] } |