Torn Sidekick

Your torn sidekick

Torn Sidekick là gì?

Torn Sidekick là một tiện ích mở rộng Chrome được phát triển bởi Nepherius, và tính năng chính của nó là "Your torn sidekick".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Torn Sidekick 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

                        Estimates the battle stats of players.
 

Can be used on  Profile page, search, advanced search, points market.                    

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

Tên Torn Sidekick Torn Sidekick
ID bnibekhopekagofajbpnmaifmfoabdec
URL Chính Thức https://chromewebstore.google.com/detail/torn-sidekick/bnibekhopekagofajbpnmaifmfoabdec
Mô tả Your torn sidekick
Kích Thước Tệp 439 KB
Số Lần Cài Đặt 214
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2020-04-26
Ngày Phát Hành 2020-04-23
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Nepherius
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torn Sidekick",
    "description": "Your torn sidekick",
    "version": "1.2.3",
    "author": "Nepherius",
    "homepage_url": "http:\/\/nepherius.xyz",
    "browser_action": {
        "default_title": "Enter your Torn API Key",
        "default_icon": "images\/ts.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/www.torn.com\/*",
        "https:\/\/api.torn.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "js": [
                "plugins\/jquery\/jquery-3.3.1.min.js",
                "plugins\/jquery\/jquery-ui.min.js",
                "js\/content.js",
                "js\/popup.js"
            ]
        }
    ]
}