TM Tools

Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.

TM Tools là gì?

TM Tools là một tiện ích mở rộng Chrome được phát triển bởi rafalima123, và tính năng chính của nó là "Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TM Tools

Tải xuống các tệp mở rộng TM Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        TMTools is a helpfull chrome extension for Snellman's Terra Mystica moderator website. Its is designed to provide some features which are still not implemented on original website like more sound alerts and more flexible filters. Also provides some graphs and statistics to help newcomers evaluate their overall improvement on the game. If you have suggestions, doubts or other stuff just contact me.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TM Tools TM Tools
ID jandhnpfekgdcklcgfcljmijgbgnchni
URL Chính Thức https://chromewebstore.google.com/detail/tm-tools/jandhnpfekgdcklcgfcljmijgbgnchni
Mô tả Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.
Kích Thước Tệp 209 KB
Số Lần Cài Đặt 244
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2019-10-04
Ngày Phát Hành 2019-10-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển rafalima123
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/rafalimaz/TMTools/blob/master/privacy_policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TM Tools",
    "short_name": "TM Tools",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.",
    "icons": {
        "16": "resources\/img\/icons\/16x16.png",
        "38": "resources\/img\/icons\/38x38.png",
        "48": "resources\/img\/icons\/48x48.png",
        "128": "resources\/img\/icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": "resources\/img\/icons\/icon.png",
        "default_title": "TM Tools",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "resources\/js\/jquery\/jquery-1.9.1.min.js",
            "resources\/js\/tmtools\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/terra.snellman.net\/*"
            ],
            "js": [
                "resources\/js\/jquery\/jquery-1.9.1.min.js",
                "resources\/js\/tmtools\/content.js",
                "resources\/js\/canvasjs\/canvasjs.min.js"
            ],
            "css": [
                "resources\/css\/snellman.css"
            ]
        }
    ]
}