TornAssist
Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the…
ما هو TornAssist؟
TornAssist هو إضافة Chrome تم تطويرها بواسطة ClayC، والميزة الرئيسية لها هي "Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TornAssist
قم بتنزيل ملفات الامتداد TornAssist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the use of torn assist. In this version Torn Assist caters for traders, by allowing a single click receipt generation in the trading page. For more information about Torn Assist website you can visit the Torb forums thread : https://www.torn.com/forums.php#/p=threads&f=67&t=16273056&b=0&a=0
معلومات أساسية عن التمديد
الاسم | TornAssist |
ID | niebkbihhpefokpdjopjjdjpojccikek |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tornassist/niebkbihhpefokpdjopjjdjpojccikek |
الوصف | Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the… |
حجم الملف | 134 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2023-04-23 |
تاريخ النشر | 2022-05-10 |
المطور | ClayC |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tornassist.app |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.4", "name": "TornAssist", "icons": { "16": "resources\/images\/logo_16.png", "32": "resources\/images\/logo_32.png", "48": "resources\/images\/logo_48.png", "64": "resources\/images\/logo_64.png", "128": "resources\/images\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.torn.com\/trade*", "*:\/\/torn.com\/trade*" ], "css": [ "resources\/ta.css" ], "js": [ "resources\/jquery-3.6.0.js", "resources\/content.js" ], "run_at": "document_idle" } ], "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/www.torn.com\/*", "*:\/\/tornassist.app\/*" ] } |