Kostolom Script
Просмотр характеристик игры Костолом
Wat is Kostolom Script?
Kostolom Script is een Chrome-extensie ontwikkeld door https://blackprojectnew.ru, en de belangrijkste functie is "Просмотр характеристик игры Костолом".
Extensie Screenshots
Download het CRX-bestand van de extensie Kostolom Script
Download Kostolom Script-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
Просмотр характеристик игры Костолом. Функционал: — ID ВКонтакте. — Уровень. — Общий урон игрока. — Дневной урон. — Таланты. — Информация о победах. — Информация о боссе.
Basisinformatie over de Extensie
Naam | |
ID | oobocjblecbjjpccabkngnnbegokdgii |
Officiële URL | https://chromewebstore.google.com/detail/kostolom-script/oobocjblecbjjpccabkngnnbegokdgii |
Beschrijving | Просмотр характеристик игры Костолом |
Bestandsgrootte | 39.78 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.2.4 |
Laatst Bijgewerkt | 2023-03-21 |
Publicatiedatum | 2021-05-30 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://blackprojectnew.ru |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |