TM Tools

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

什么是TM Tools?

TM Tools是由rafalima123开发的Chrome扩展程序,该扩展的主要功能是“Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.”。

扩展截图

screenshot
screenshot
screenshot

下载TM Tools扩展crx文件

下载TM Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TM Tools TM Tools
ID jandhnpfekgdcklcgfcljmijgbgnchni
官方URL https://chromewebstore.google.com/detail/tm-tools/jandhnpfekgdcklcgfcljmijgbgnchni
简介 Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.
文件大小 209 KB
安装次数 244
当前版本 1.0.6
更新时间 2019-10-04
上架时间 2019-10-04
评分 5.00/5 共6次评分
开发者 rafalima123
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/rafalimaz/TMTools/blob/master/privacy_policy.md
支持的语言 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"
            ]
        }
    ]
}