GameHelper - Tentlan

Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net

GameHelper - Tentlan là gì?

GameHelper - Tentlan là một tiện ích mở rộng Chrome được phát triển bởi https://tentlan.gamehelper.net, và tính năng chính của nó là "Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net".

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

screenshot
screenshot
screenshot

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

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

                        Extension for Tentlan.GameHelper.net

GameHelper.net was created to support players exchanging their combat and spy reports. The given browser extensions allow players to easily create und share their reports.

Tentlan.GameHelper.net and the browser extensions are free to use for everyone.

A new button appears inside a report, after installation and refresh of the Tentlan website. This button opens your report at GameHelper.net.
You can share this report on the GameHelper site.                    

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

Tên GameHelper - Tentlan GameHelper - Tentlan
ID jjacckjcdoeapengmjdmkdehpbjgndhd
URL Chính Thức https://chromewebstore.google.com/detail/gamehelper-tentlan/jjacckjcdoeapengmjdmkdehpbjgndhd
Mô tả Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net
Kích Thước Tệp 53.7 KB
Số Lần Cài Đặt 1,734
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2018-02-26
Ngày Phát Hành 2018-02-26
Đánh Giá 3.45/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://tentlan.gamehelper.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tentlan.gamehelper.net
URL Trang Chính Sách Bảo Mật http://tentlan.gamehelper.net/Home/Imprint
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.8",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "author": "[email protected]",
    "permissions": [
        "http:\/\/tentlan.gamehelper.net\/",
        "https:\/\/gamehelper.net\/"
    ],
    "icons": {
        "16": "gh_16.png",
        "32": "gh_32.png",
        "48": "gh_48.png",
        "128": "gh_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tentlan.com\/*"
            ],
            "css": [
                "chromlan.css"
            ],
            "js": [
                "jquery.js",
                "parser.js"
            ]
        }
    ]
}