GameHelper - Tentlan
Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net
Co je GameHelper - Tentlan?
GameHelper - Tentlan je rozšíření Chrome vyvinuté https://tentlan.gamehelper.net, a jeho hlavní funkcí je „Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GameHelper - Tentlan
Stáhněte si soubory rozšíření GameHelper - Tentlan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GameHelper - Tentlan |
ID | jjacckjcdoeapengmjdmkdehpbjgndhd |
Oficiální URL | https://chromewebstore.google.com/detail/gamehelper-tentlan/jjacckjcdoeapengmjdmkdehpbjgndhd |
Popis | Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net |
Velikost souboru | 53.7 KB |
Počet instalací | 1,734 |
Aktuální Verze | 0.8 |
Poslední Aktualizace | 2018-02-26 |
Datum Vydání | 2018-02-26 |
Hodnocení | 3.45/5 Celkem 22 Hodnocení |
Vývojář | https://tentlan.gamehelper.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://tentlan.gamehelper.net |
URL Stránky Zásad Ochrany Soukromí | http://tentlan.gamehelper.net/Home/Imprint |
Podporované Jazyky | 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" ] } ] } |