TM Tools
Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.
Wat is TM Tools?
TM Tools is een Chrome-extensie ontwikkeld door rafalima123, en de belangrijkste functie is "Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform.".
Extensie Screenshots
Download het CRX-bestand van de extensie TM Tools
Download TM Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jandhnpfekgdcklcgfcljmijgbgnchni |
Officiële URL | https://chromewebstore.google.com/detail/tm-tools/jandhnpfekgdcklcgfcljmijgbgnchni |
Beschrijving | Some tools to help people who like Terra Mystica enjoy more from the Snellman's platform. |
Bestandsgrootte | 209 KB |
Aantal Installaties | 244 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2019-10-04 |
Publicatiedatum | 2019-10-04 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | rafalima123 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/rafalimaz/TMTools/blob/master/privacy_policy.md |
Ondersteunde Talen | 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" ] } ] } |