Vasilek
'Василёк' - Система предупреждения о нападении, xcraft.ru
Qu'est-ce que Vasilek ?
Vasilek est une extension Chrome développée par https://maxima.pe.hu, et sa fonction principale est "'Василёк' - Система предупреждения о нападении, xcraft.ru".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vasilek
Téléchargez les fichiers d'extension Vasilek au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Расширение "Василёк" для браузерной игры xcraft. Предназначено сигнализации о нападении. Имеет на борту удобную ссылку на Звёздные карты.
Informations de Base sur l'Extension
Nom | |
ID | dfmkkimioakpldmdcemjccgciififbgg |
URL Officiel | https://chromewebstore.google.com/detail/vasilek/dfmkkimioakpldmdcemjccgciififbgg |
Description | 'Василёк' - Система предупреждения о нападении, xcraft.ru |
Taille du Fichier | 163 KB |
Nombre d'Installations | 172 |
Version Actuelle | 2.4.3 |
Dernière Mise à Jour | 2023-08-17 |
Date de Publication | 2017-11-30 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | https://maxima.pe.hu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://maxima.pe.hu |
URL de la Page d'Aide | http://maxima.pe.hu/forum/index.php?topic=15.0 |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vasilek", "version": "2.4.3", "manifest_version": 2, "description": " '\u0412\u0430\u0441\u0438\u043b\u0451\u043a' - \u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043e \u043d\u0430\u043f\u0430\u0434\u0435\u043d\u0438\u0438, xcraft.ru", "icons": { "16": "images\/vasilek19.png", "48": "images\/vasilek48.png", "128": "images\/vasilek128.png" }, "permissions": [ "https:\/\/www.xcraft.ru\/*", "https:\/\/www.xcraft.net\/*", "https:\/\/www.xczu.com\/*", "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/xcraft.ru\/*", "http:\/\/xcraft.ru\/*", "https:\/\/xcraft.net\/*", "http:\/\/xcraft.net\/*" ], "js": [ "js\/main.js", "js\/jquery.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "sound\/*" ], "browser_action": { "default_title": "Vasilek", "default_icon": "images\/vasilek19.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "config.html" } |