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 |
电子邮箱 | [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" ] } |