GMScript
Скрипт для просмотра достижений в игре Город мертвых
What is GMScript?
GMScript is a Chrome extension developed by https://alfa-core.net, and its main feature is "Скрипт для просмотра достижений в игре Город мертвых".
Extension Screenshots
Download GMScript Extension CRX File
Download GMScript 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
Скрипт для просмотра достижений в игре Город мертвых
Extension Basic Information
Name | GMScript |
ID | balagonmbpjbhoandinlkekongkamnhe |
Official URL | https://chromewebstore.google.com/detail/gmscript/balagonmbpjbhoandinlkekongkamnhe |
Description | Скрипт для просмотра достижений в игре Город мертвых |
File Size | 47.24 KB |
Installation Count | 36 |
Current Version | 1.1.0.0 |
Last Updated | 2016-10-10 |
Publish Date | 2016-10-10 |
Rating | 4.00/5 Total 7 Ratings |
Developer | https://alfa-core.net |
[email protected] | |
Payment Type | free |
Extension Website | https://vk.com/public107879999 |
Help Page URL | https://vk.com/public107879999 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/image.png", "default_title": "GMScript" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/script.js" ], "matches": [ "*:\/\/*.vk.com\/*", "*:\/\/vk.com\/*", "*:\/\/alfa-core.net\/*" ] } ], "description": "\u0421\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0439 \u0432 \u0438\u0433\u0440\u0435 \u0413\u043e\u0440\u043e\u0434 \u043c\u0435\u0440\u0442\u0432\u044b\u0445", "icons": { "128": "images\/image.png", "16": "images\/image.png", "48": "images\/image.png" }, "manifest_version": 2, "name": "GMScript", "permissions": [ "*:\/\/*.vk.com\/*", "*:\/\/vk.com\/*", "*:\/\/alfa-core.net\/*" ], "version": "1.1.0.0", "web_accessible_resources": [ "images\/image.png", "js\/jquery.js", "js\/script.js" ] } |