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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}