Boards Enhancement Kit
Enhances the League of Legends boards by providing additional features to it.
Qu'est-ce que Boards Enhancement Kit ?
Boards Enhancement Kit est une extension Chrome développée par Tundra Fizz, et sa fonction principale est "Enhances the League of Legends boards by providing additional features to it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boards Enhancement Kit
Téléchargez les fichiers d'extension Boards Enhancement Kit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hey guys, Tundra here
Informations de Base sur l'Extension
Nom | |
ID | ogbnojcnphljpnfijgohgdkhealoalla |
URL Officiel | https://chrome.google.com/webstore/detail/boards-enhancement-kit/ogbnojcnphljpnfijgohgdkhealoalla |
Description | Enhances the League of Legends boards by providing additional features to it. |
Taille du Fichier | 262 KB |
Nombre d'Installations | 92 |
Version Actuelle | 0.4.4 |
Dernière Mise à Jour | 2019-08-21 |
Date de Publication | 2019-08-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Tundra Fizz |
Type de Paiement | free |
Langues Prises en Charge | 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 } |