Vasilek

'Василёк' - Система предупреждения о нападении, xcraft.ru

What is Vasilek?

Vasilek is a Chrome extension developed by https://maxima.pe.hu, and its main feature is "'Василёк' - Система предупреждения о нападении, xcraft.ru".

Extension Screenshots

screenshot
screenshot
screenshot

Download Vasilek Extension CRX File

Download Vasilek 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

                        Расширение "Василёк" для браузерной игры xcraft. Предназначено  сигнализации о нападении. 
Имеет на борту удобную ссылку на Звёздные карты.                    

Extension Basic Information

Name Vasilek Vasilek
ID dfmkkimioakpldmdcemjccgciififbgg
Official URL https://chromewebstore.google.com/detail/vasilek/dfmkkimioakpldmdcemjccgciififbgg
Description 'Василёк' - Система предупреждения о нападении, xcraft.ru
File Size 163 KB
Installation Count 172
Current Version 2.4.3
Last Updated 2023-08-17
Publish Date 2017-11-30
Rating 4.67/5 Total 6 Ratings
Developer https://maxima.pe.hu
Email [email protected]
Payment Type free
Extension Website http://maxima.pe.hu
Help Page URL http://maxima.pe.hu/forum/index.php?topic=15.0
Supported Languages 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"
}