LoLMath Extension

Allow LoL Game Data to be read by LoL Math

Qu'est-ce que LoLMath Extension ?

LoLMath Extension est une extension Chrome développée par https://lolmath.net, et sa fonction principale est "Allow LoL Game Data to be read by LoL Math".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LoLMath Extension

Téléchargez les fichiers d'extension LoLMath Extension 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

                        This extension will allow you to use the ingame League of Legends API to enhance the optimization features of lolmath.net                    

Informations de Base sur l'Extension

Nom LoLMath Extension LoLMath Extension
ID bjcpfblanpidhfljbbhodkfajbphokkj
URL Officiel https://chromewebstore.google.com/detail/lolmath-extension/bjcpfblanpidhfljbbhodkfajbphokkj
Description Allow LoL Game Data to be read by LoL Math
Taille du Fichier 8 KB
Nombre d'Installations 948
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-03-15
Date de Publication 2020-03-13
Évaluation 4.40/5 Total 5 Évaluations
Développeur https://lolmath.net
Type de Paiement free
Site Web de l'Extension https://lolmath.net/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "LoLMath Extension",
    "description": "Allow LoL Game Data to be read by LoL Math",
    "permissions": [
        "*:\/\/*.lolmath.net\/*",
        "*:\/\/localhost\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "homepage_url": "https:\/\/lolmath.net",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}