GameHelper - Tentlan
Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net
GameHelper - Tentlanคืออะไร?
GameHelper - Tentlan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tentlan.gamehelper.net และคุณลักษณะหลักของมันคือ "Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameHelper - Tentlan
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |