PotatoWarTimer
See hospital timers in the faction war page
PotatoWarTimer là gì?
PotatoWarTimer là một tiện ích mở rộng Chrome được phát triển bởi AwesomePotato, và tính năng chính của nó là "See hospital timers in the faction war page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PotatoWarTimer
Tải xuống các tệp mở rộng PotatoWarTimer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
URL Chính Thức | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Mô tả | See hospital timers in the faction war page |
Kích Thước Tệp | 36.26 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2024-02-04 |
Ngày Phát Hành | 2024-01-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | AwesomePotato |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.torn.com |
URL Trang Chính Sách Bảo Mật | https://www.torn.com/rules.php |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |