GameHelper - Tentlan

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

What is GameHelper - Tentlan?

GameHelper - Tentlan is a Chrome extension developed by https://tentlan.gamehelper.net, and its main feature is "Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net".

Extension Screenshots

screenshot
screenshot
screenshot

Download GameHelper - Tentlan Extension CRX File

Download GameHelper - Tentlan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GameHelper - Tentlan GameHelper - Tentlan
ID jjacckjcdoeapengmjdmkdehpbjgndhd
Official URL https://chromewebstore.google.com/detail/gamehelper-tentlan/jjacckjcdoeapengmjdmkdehpbjgndhd
Description Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net
File Size 53.7 KB
Installation Count 1,734
Current Version 0.8
Last Updated 2018-02-26
Publish Date 2018-02-26
Rating 3.45/5 Total 22 Ratings
Developer https://tentlan.gamehelper.net
Email [email protected]
Payment Type free
Extension Website http://tentlan.gamehelper.net
Privacy Policy Page URL http://tentlan.gamehelper.net/Home/Imprint
Supported Languages 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"
            ]
        }
    ]
}