Littlewargame Mod Tool
Allows Littlewargamers to load mods for the game.
Cos'è Littlewargame Mod Tool?
Littlewargame Mod Tool è un'estensione di Chrome sviluppata da glaba, e la sua funzione principale è "Allows Littlewargamers to load mods for the game.".
Scarica il file CRX dell'estensione Littlewargame Mod Tool
Scarica i file di estensione Littlewargame Mod Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A fast, easy tool to load mods created by other users for the game.
Informazioni di Base sull'Estensione
Nome | |
ID | hcnegkiocnonilppegifmfhmffpjmbll |
URL Ufficiale | https://chrome.google.com/webstore/detail/littlewargame-mod-tool/hcnegkiocnonilppegifmfhmffpjmbll |
Descrizione | Allows Littlewargamers to load mods for the game. |
Dimensione del File | 24.5 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-04-29 |
Data di Pubblicazione | 2017-04-29 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | glaba |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/littlewargame.com\/*" ], "run_at": "document_end" } ], "description": "Allows Littlewargamers to load mods for the game.", "icons": { "128": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhBlASqwgAnyKPaWSRoJ6QGDVBt9zeLpOgqud1CFp9gvJ1p1Tzit\/P3I02qaLp4cgM4RevtcsU4qxt9BJ+2fI9fXHle2lIwqZiFV5LAYlyJZg0Qn+jVSjQsq\/6wM6XR+7bKXadaER1NXCRaiXiD5pBbuMyy2NhVFsT7Z1q96xWAKxRjUVjp5pvlgmDhtnP\/dsuZZl+3TNF9exOZ9m\/LLavfigc5GjPtNSnaOC2TdfCNTWY70HL9IKsSgNcqTF5kFkGPDqoySGddkeyNgmV1vOgWieyvg+PBy9BeFvTDfQDQ\/KxdUcP0po1AapwFeP8nO\/Q3TP9oVJyKCZzQ4bbg5QywIDAQAB", "manifest_version": 2, "name": "Littlewargame Mod Tool", "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "LWG Mod Tool" }, "permissions": [ "declarativeContent", "webRequest", "webRequestBlocking", "*:\/\/littlewargame.com\/*", "*:\/\/littlewargame.com\/*", "*:\/\/dl.dropboxusercontent.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |