Boards Enhancement Kit

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

Hvad er Boards Enhancement Kit?

Boards Enhancement Kit er en Chrome-udvidelse udviklet af Tundra Fizz, og dens hovedfunktion er "Enhances the League of Legends boards by providing additional features to it.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Boards Enhancement Kit-udvidelses-CRX-fil

Download Boards Enhancement Kit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Hey guys, Tundra here                    

Grundlæggende oplysninger om udvidelsen

Navn Boards Enhancement Kit Boards Enhancement Kit
ID ogbnojcnphljpnfijgohgdkhealoalla
Officiel URL https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla
Beskrivelse Enhances the League of Legends boards by providing additional features to it.
Filstørrelse 262 KB
Antal Installationer 92
Nuværende Version 0.4.4
Senest Opdateret 2019-08-21
Udgivelsesdato 2019-08-21
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Tundra Fizz
Betalingsmetode free
Understøttede Sprog 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
}