Littlewargame Mod Tool

Allows Littlewargamers to load mods for the game.

什么是Littlewargame Mod Tool?

Littlewargame Mod Tool是由glaba开发的Chrome扩展程序,该扩展的主要功能是“Allows Littlewargamers to load mods for the game.”。

下载Littlewargame Mod Tool扩展crx文件

下载Littlewargame Mod Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A fast, easy tool to load mods created by other users for the game.                    

扩展基本信息

名称 Littlewargame Mod Tool Littlewargame Mod Tool
ID hcnegkiocnonilppegifmfhmffpjmbll
官方URL https://chrome.google.com/webstore/detail/littlewargame-mod-tool/hcnegkiocnonilppegifmfhmffpjmbll
简介 Allows Littlewargamers to load mods for the game.
文件大小 24.5 KB
安装次数 68
当前版本 1.2
更新时间 2017-04-29
上架时间 2017-04-29
评分 2.33/5 共3次评分
开发者 glaba
付费类型 free
支持的语言 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"
}