Littlewargame Mod Tool
Allows Littlewargamers to load mods for the game.
What is Littlewargame Mod Tool?
Littlewargame Mod Tool is a Chrome extension developed by glaba, and its main feature is "Allows Littlewargamers to load mods for the game.".
Download Littlewargame Mod Tool Extension CRX File
Download Littlewargame Mod Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A fast, easy tool to load mods created by other users for the game.
Extension Basic Information
Name | |
ID | hcnegkiocnonilppegifmfhmffpjmbll |
Official URL | https://chrome.google.com/webstore/detail/littlewargame-mod-tool/hcnegkiocnonilppegifmfhmffpjmbll |
Description | Allows Littlewargamers to load mods for the game. |
File Size | 24.5 KB |
Installation Count | 68 |
Current Version | 1.2 |
Last Updated | 2017-04-29 |
Publish Date | 2017-04-29 |
Rating | 2.33/5 Total 3 Ratings |
Developer | glaba |
Payment Type | free |
Supported Languages | 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" } |