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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |