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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |