PotatoWarTimer
See hospital timers in the faction war page
Wat is PotatoWarTimer?
PotatoWarTimer is een Chrome-extensie ontwikkeld door AwesomePotato, en de belangrijkste functie is "See hospital timers in the faction war page".
Extensie Screenshots
Download het CRX-bestand van de extensie PotatoWarTimer
Download PotatoWarTimer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
Officiële URL | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Beschrijving | See hospital timers in the faction war page |
Bestandsgrootte | 36.26 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2024-02-04 |
Publicatiedatum | 2024-01-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | AwesomePotato |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.torn.com |
URL van de Privacybeleid Pagina | https://www.torn.com/rules.php |
Ondersteunde Talen | 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" ] } |