KlavoTools Kango

KlavoTools Kango

What is KlavoTools Kango?

KlavoTools Kango is a Chrome extension developed by agile, and its main feature is "KlavoTools Kango".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download KlavoTools Kango Extension CRX File

Download KlavoTools Kango 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

                        KlavoTools — расширение для браузеров Chrome и FireFox, которое добавляет большое количество нового функционала на сайте Клавогонки. Основная часть добавленного функционала идёт за счёт пользовательских скриптов. KlavoTools объединяет все скрипты в единое целое и добавляет множество других возможностей.                    

Extension Basic Information

Name KlavoTools Kango KlavoTools Kango
ID fbafckloaekfiondldajjjffkampjokf
Official URL https://chromewebstore.google.com/detail/klavotools-kango/fbafckloaekfiondldajjjffkampjokf
Description KlavoTools Kango
File Size 316 KB
Installation Count 193
Current Version 3.5.0
Last Updated 2018-04-08
Publish Date 2018-04-07
Rating 5.00/5 Total 3 Ratings
Developer agile
Payment Type free
Extension Website http://klavogonki.ru/forum/general/669/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "res\/skins.css"
    ],
    "description": "KlavoTools Kango",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "background": {
        "page": "background.html"
    },
    "name": "KlavoTools Kango",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "homepage_url": "http:\/\/klavogonki.ru\/",
    "version": "3.5.0",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.klavogonki.ru\/*"
            ],
            "js": [
                "klavotools\/foreground\/userstyle.js",
                "klavotools\/foreground\/userjs-exec.js",
                "klavotools\/foreground\/auth-state.js"
            ],
            "css": [
                "res\/skins.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button_default.png",
        "default_title": "KlavoTools",
        "default_popup": "popup.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "tabs",
        "*:\/\/*.klavogonki.ru\/*",
        "*:\/\/*.zzzae.biz\/*",
        "*:\/\/*.githubusercontent.com\/*",
        "contextMenus",
        "webNavigation",
        "notifications"
    ]
}