PotatoWarTimer
See hospital timers in the faction war page
What is PotatoWarTimer?
PotatoWarTimer is a Chrome extension developed by AwesomePotato, and its main feature is "See hospital timers in the faction war page".
Extension Screenshots
Download PotatoWarTimer Extension CRX File
Download PotatoWarTimer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
Official URL | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Description | See hospital timers in the faction war page |
File Size | 36.26 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2024-02-04 |
Publish Date | 2024-01-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | AwesomePotato |
[email protected] | |
Payment Type | free |
Extension Website | https://www.torn.com |
Privacy Policy Page URL | https://www.torn.com/rules.php |
Supported Languages | 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" ] } |