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是由ClayC开发的Chrome扩展程序,该扩展的主要功能是“Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the…”。
扩展截图
下载TornAssist扩展crx文件
下载TornAssist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |