GameHelper - Tentlan
Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net
GameHelper - Tentlanとは何ですか?
GameHelper - Tentlanはhttps://tentlan.gamehelper.netによって開発されたChromeの拡張機能で、その主な機能は「Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net」です。
拡張機能のスクリーンショット
GameHelper - Tentlan拡張機能のCRXファイルをダウンロード
GameHelper - Tentlan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | GameHelper - Tentlan |
ID | jjacckjcdoeapengmjdmkdehpbjgndhd |
公式URL | https://chromewebstore.google.com/detail/gamehelper-tentlan/jjacckjcdoeapengmjdmkdehpbjgndhd |
説明 | Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net |
ファイルサイズ | 53.7 KB |
インストール数 | 1,734 |
現在のバージョン | 0.8 |
最終更新日 | 2018-02-26 |
公開日 | 2018-02-26 |
評価 | 3.45/5 合計 22 レビュー |
開発者 | https://tentlan.gamehelper.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tentlan.gamehelper.net |
プライバシーポリシーページのURL | http://tentlan.gamehelper.net/Home/Imprint |
対応言語 | 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" ] } ] } |