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 là gì?

TornAssist là một tiện ích mở rộng Chrome được phát triển bởi ClayC, và tính năng chính của nó là "Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TornAssist

Tải xuống các tệp mở rộng TornAssist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TornAssist TornAssist
ID niebkbihhpefokpdjopjjdjpojccikek
URL Chính Thức https://chromewebstore.google.com/detail/tornassist/niebkbihhpefokpdjopjjdjpojccikek
Mô tả Torn Assist is a tool for Torn (torn.com). It is designed to facilitate and enhance your torn gaming experience by facilitating the…
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-04-23
Ngày Phát Hành 2022-05-10
Nhà Phát Triển ClayC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tornassist.app
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}