PotatoWarTimer
See hospital timers in the faction war page
Was ist PotatoWarTimer?
PotatoWarTimer ist eine Chrome-Erweiterung, die von AwesomePotato entwickelt wurde, und ihr Hauptmerkmal ist "See hospital timers in the faction war page".
Erweiterungsscreenshots
PotatoWarTimer-Erweiterungs-CRX-Datei herunterladen
Laden Sie PotatoWarTimer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
Offizielle URL | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Beschreibung | See hospital timers in the faction war page |
Dateigröße | 36.26 KB |
Installationsanzahl | 60 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2024-02-04 |
Veröffentlichungsdatum | 2024-01-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | AwesomePotato |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.torn.com |
URL der Datenschutzrichtlinien-Seite | https://www.torn.com/rules.php |
Unterstützte Sprachen | 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" ] } |