CSMONEY HELPER
Инструмент для трейдеров на CSMONEY
What is CSMONEY HELPER?
CSMONEY HELPER is a Chrome extension developed by skybinplay, and its main feature is "Инструмент для трейдеров на CSMONEY".
Extension Screenshots
Download CSMONEY HELPER Extension CRX File
Download CSMONEY HELPER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Инструмент, который поможет трейдерам на сайте cs.money, много полезного функционала с постоянной поддержкой. Группа вк - https://vk.com/csmhelper
Extension Basic Information
Name | |
ID | jdbaggaimnndiiopbpknmghgdlmialnh |
Official URL | https://chrome.google.com/webstore/detail/csmoney-helper/jdbaggaimnndiiopbpknmghgdlmialnh |
Description | Инструмент для трейдеров на CSMONEY |
File Size | 332 KB |
Installation Count | 88 |
Current Version | 1.2.2 |
Last Updated | 2019-11-08 |
Publish Date | 2019-11-08 |
Rating | 3.00/5 Total 2 Ratings |
Developer | skybinplay |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSMONEY HELPER", "description": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0442\u0440\u0435\u0439\u0434\u0435\u0440\u043e\u0432 \u043d\u0430 CSMONEY", "version": "1.2.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/cs.money\/*" ], "css": [ "styles.css" ], "js": [ "modules\/core.js", "modules\/charts.js", "modules\/dark.js", "modules\/jquery.js", "main.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "MONEY HELPER" }, "icons": { "16": "imgs\/icon16.png", "32": "imgs\/icon32.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "web_accessible_resources": [ "imgs\/logo.png", "imgs\/arrow.png" ], "permissions": [ "https:\/\/cs.money\/*", "https:\/\/snickskins.com\/*", "https:\/\/3d.cs.money\/*", "https:\/\/ss.cs.money\/*" ] } |