PotatoWarTimer
See hospital timers in the faction war page
¿Qué es PotatoWarTimer?
PotatoWarTimer es una extensión de Chrome desarrollada por AwesomePotato, y su función principal es "See hospital timers in the faction war page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PotatoWarTimer
Descarga archivos de extensión PotatoWarTimer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
URL Oficial | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Descripción | See hospital timers in the faction war page |
Tamaño del Archivo | 36.26 KB |
Cantidad de Instalaciones | 60 |
Versión Actual | 1.0.1 |
Última Actualización | 2024-02-04 |
Fecha de Publicación | 2024-01-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | AwesomePotato |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.torn.com |
URL de la Página de Política de Privacidad | https://www.torn.com/rules.php |
Idiomas Soportados | 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" ] } |