TM Tools
Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.
Apa itu TM Tools?
TM Tools adalah ekstensi Chrome yang dikembangkan oleh rafalima123, dan fitur utamanya adalah "Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TM Tools
Unduh file ekstensi TM Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jandhnpfekgdcklcgfcljmijgbgnchni |
URL Resmi | https://chromewebstore.google.com/detail/tm-tools/jandhnpfekgdcklcgfcljmijgbgnchni |
Deskripsi | Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform. |
Ukuran File | 209 KB |
Jumlah Instalasi | 244 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2019-10-04 |
Tanggal Publikasi | 2019-10-04 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | rafalima123 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/rafalimaz/TMTools/blob/master/privacy_policy.md |
Bahasa yang Didukung | 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" ] } ] } |