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…"입니다.

확장 프로그램 스크린샷

screenshot

TornAssist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
    ]
}