Boards Enhancement Kit

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

Was ist Boards Enhancement Kit?

Boards Enhancement Kit ist eine Chrome-Erweiterung, die von Tundra Fizz entwickelt wurde, und ihr Hauptmerkmal ist "Enhances the League of Legends boards by providing additional features to it.".

Erweiterungsscreenshots

screenshot
screenshot

Boards Enhancement Kit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boards Enhancement Kit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Hey guys, Tundra here                    

Grundlegende Informationen zur Erweiterung

Name Boards Enhancement Kit Boards Enhancement Kit
ID ogbnojcnphljpnfijgohgdkhealoalla
Offizielle URL https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla
Beschreibung Enhances the League of Legends boards by providing additional features to it.
Dateigröße 262 KB
Installationsanzahl 92
Aktuelle Version 0.4.4
Letztes Update 2019-08-21
Veröffentlichungsdatum 2019-08-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Tundra Fizz
Zahlungsart free
Unterstützte Sprachen 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
}