Kostolom Script
Просмотр характеристик игры Костолом
What is Kostolom Script?
Kostolom Script is a Chrome extension developed by https://blackprojectnew.ru, and its main feature is "Просмотр характеристик игры Костолом".
Extension Screenshots
Download Kostolom Script Extension CRX File
Download Kostolom Script 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
Просмотр характеристик игры Костолом. Функционал: — ID ВКонтакте. — Уровень. — Общий урон игрока. — Дневной урон. — Таланты. — Информация о победах. — Информация о боссе.
Extension Basic Information
Name | |
ID | oobocjblecbjjpccabkngnnbegokdgii |
Official URL | https://chromewebstore.google.com/detail/kostolom-script/oobocjblecbjjpccabkngnnbegokdgii |
Description | Просмотр характеристик игры Костолом |
File Size | 39.78 KB |
Installation Count | 23 |
Current Version | 1.2.4 |
Last Updated | 2023-03-21 |
Publish Date | 2021-05-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://blackprojectnew.ru |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "action": { "deafaul_icon": "img\/icon.png", "defalut_title": "Kostolom Script" }, "background": { "service_worker": "bg_page.js", "type": "module" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "xml2js.js", "function.js", "game.js" ], "matches": [ "*:\/\/vk.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u0438\u0433\u0440\u044b \u041a\u043e\u0441\u0442\u043e\u043b\u043e\u043c", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "img\/icon-128.png", "16": "img\/icon.png", "48": "img\/icon-48.png" }, "manifest_version": 3, "name": "Kostolom Script", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.4" } |