Boards Enhancement Kit

Enhances the League of Legends boards by providing additional features to it.

Wat is Boards Enhancement Kit?

Boards Enhancement Kit is een Chrome-extensie ontwikkeld door Tundra Fizz, en de belangrijkste functie is "Enhances the League of Legends boards by providing additional features to it.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Boards Enhancement Kit

Download Boards Enhancement Kit-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

                        Hey guys, Tundra here                    

Basisinformatie over de Extensie

Naam Boards Enhancement Kit Boards Enhancement Kit
ID ogbnojcnphljpnfijgohgdkhealoalla
Officiële URL https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla
Beschrijving Enhances the League of Legends boards by providing additional features to it.
Bestandsgrootte 262 KB
Aantal Installaties 92
Huidige Versie 0.4.4
Laatst Bijgewerkt 2019-08-21
Publicatiedatum 2019-08-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tundra Fizz
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boards Enhancement Kit",
    "short_name": "BEK",
    "author": "Tundra Fizz",
    "description": "Enhances the League of Legends boards by providing additional features to it.",
    "version": "0.4.4",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.leagueoflegends.com\/*"
            ],
            "css": [
                "css\/bek-panel.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/perfect-scrollbar.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*.gif",
        "img\/*.png"
    ],
    "browser_action": {
        "default_title": "Boards Enhancement Kit",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "*:\/\/*.leagueoflegends.com\/*",
        "*:\/\/tundrafizz.space\/*",
        "*:\/\/fizzic.al\/*"
    ],
    "manifest_version": 2
}