PotatoWarTimer
See hospital timers in the faction war page
Τι είναι το PotatoWarTimer;
Το PotatoWarTimer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AwesomePotato, και η κύρια λειτουργία του είναι "See hospital timers in the faction war page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PotatoWarTimer
Λήψη αρχείων επέκτασης PotatoWarTimer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
Επίσημο URL | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Περιγραφή | See hospital timers in the faction war page |
Μέγεθος Αρχείου | 36.26 KB |
Αριθμός Εγκαταστάσεων | 60 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2024-02-04 |
Ημερομηνία Δημοσίευσης | 2024-01-27 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | AwesomePotato |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.torn.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.torn.com/rules.php |
Υποστηριζόμενες Γλώσσες | 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" ] } |