PotatoWarTimer
See hospital timers in the faction war page
Cos'è PotatoWarTimer?
PotatoWarTimer è un'estensione di Chrome sviluppata da AwesomePotato, e la sua funzione principale è "See hospital timers in the faction war page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PotatoWarTimer
Scarica i file di estensione PotatoWarTimer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
URL Ufficiale | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Descrizione | See hospital timers in the faction war page |
Dimensione del File | 36.26 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2024-02-04 |
Data di Pubblicazione | 2024-01-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | AwesomePotato |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.torn.com |
URL della Pagina della Politica sulla Privacy | https://www.torn.com/rules.php |
Lingue Supportate | 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" ] } |