KlavoTools Kango

KlavoTools Kango

Wat is KlavoTools Kango?

KlavoTools Kango is een Chrome-extensie ontwikkeld door agile, en de belangrijkste functie is "KlavoTools Kango".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KlavoTools Kango

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

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

Basisinformatie over de Extensie

Naam KlavoTools Kango KlavoTools Kango
ID fbafckloaekfiondldajjjffkampjokf
Officiële URL https://chromewebstore.google.com/detail/klavotools-kango/fbafckloaekfiondldajjjffkampjokf
Beschrijving KlavoTools Kango
Bestandsgrootte 316 KB
Aantal Installaties 193
Huidige Versie 3.5.0
Laatst Bijgewerkt 2018-04-08
Publicatiedatum 2018-04-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar agile
Betalingswijze free
Extensiewebsite http://klavogonki.ru/forum/general/669/
Ondersteunde Talen 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"
    ]
}