PotatoWarTimer
See hospital timers in the faction war page
Apa itu PotatoWarTimer?
PotatoWarTimer adalah ekstensi Chrome yang dikembangkan oleh AwesomePotato, dan fitur utamanya adalah "See hospital timers in the faction war page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PotatoWarTimer
Unduh file ekstensi PotatoWarTimer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PotatoWarTimer |
ID | ppoidecbakgkldbpmmfkgkhfmbcminmd |
URL Resmi | https://chromewebstore.google.com/detail/potatowartimer/ppoidecbakgkldbpmmfkgkhfmbcminmd |
Deskripsi | See hospital timers in the faction war page |
Ukuran File | 36.26 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2024-02-04 |
Tanggal Publikasi | 2024-01-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | AwesomePotato |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.torn.com |
URL Halaman Kebijakan Privasi | https://www.torn.com/rules.php |
Bahasa yang Didukung | 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" ] } |