PotatoWarTimer
See hospital timers in the faction war page
Qu'est-ce que PotatoWarTimer ?
PotatoWarTimer est une extension Chrome développée par AwesomePotato, et sa fonction principale est "See hospital timers in the faction war page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PotatoWarTimer
Téléchargez les fichiers d'extension PotatoWarTimer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
URL Officiel | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Description | See hospital timers in the faction war page |
Taille du Fichier | 36.26 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2024-02-04 |
Date de Publication | 2024-01-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | AwesomePotato |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.torn.com |
URL de la Page de Politique de Confidentialité | https://www.torn.com/rules.php |
Langues Prises en Charge | 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" ] } |