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 |
Eメール | [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\/*" ] } |