Travco (beta)

Connector between a MMO browser game Travian and Travco which offers wide variety of tools used by the players of Travian.

Travco (beta)คืออะไร?

Travco (beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bartholomej และคุณลักษณะหลักของมันคือ "Connector between a MMO browser game Travian and Travco which offers wide variety of tools used by the players of Travian."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Travco (beta)

ดาวน์โหลดไฟล์ส่วนขยาย Travco (beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extensions serves as a connector between a MMO browser game Travian (https://www.travian.com) and Travco (https://www.travcotools.com). Travco is a website which offers wide variety of tools used by the players of Travian to coordinate their actions in the game.

Since Travian does not offer public API, it has always been a common practice to copy & paste the page HTML source code into third-party sites (like Travco) which then parse relevant information from the input data. 

This extension simplifies the process by allowing the players to send the page HTML to Travco directly, with a single click. In return, the users are shown a notification about the result. In some cases (for example, when the parsed result requires further processing, or an error occurs), a new window with relevant information on Travco website may be opened.

Instructions:
Usage is super simple:
  1. download this extension into your browser
  2. pin it in the extensions tab
  3. click the extension image to report currently active page to Travco*
*First time you'll use the extension you will be instructed to insert an API key to the extension. This is so that the extension can communicate with Travco securely. You can get your API key at https://www.travcotools.com/user/api-token/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Travco (beta) Travco (beta)
ID kfifhgicpgnncpabikgmnbdifjhcjgkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/travco-beta/kfifhgicpgnncpabikgmnbdifjhcjgkf
คำอธิบาย Connector between a MMO browser game Travian and Travco which offers wide variety of tools used by the players of Travian.
ขนาดไฟล์ 41.14 KB
จำนวนการติดตั้ง 571
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2023-04-01
วันที่เผยแพร่ 2023-04-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา bartholomej
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.travcotools.com
URL หน้าช่วยเหลือ https://www.travcotools.com
ภาษาที่รองรับ en
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "travco",
    "author": "bartholomej",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "128": "images\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "https:\/\/*.travcotools.com\/",
        "https:\/\/*.travian.com\/"
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.travian.com\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "app.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "manifest_version": 3,
    "version": "0.4.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}