Voblivion's Tool Extension

Send data about map of Tribal Wars 2 to web server of Voblivion's tool.

什么是Voblivion's Tool Extension?

Voblivion's Tool Extension是由everything.alwaysdata开发的Chrome扩展程序,该扩展的主要功能是“Send data about map of Tribal Wars 2 to web server of Voblivion's tool.”。

下载Voblivion's Tool Extension扩展crx文件

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

扩展使用说明

                        Send data about map of Tribal Wars 2 to web server of Oblivion's tool.                    

扩展基本信息

名称 Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
官方URL https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
简介 Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
文件大小 29.92 KB
安装次数 13
当前版本 2.2
更新时间 2014-11-18
上架时间 2014-11-18
开发者 everything.alwaysdata
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voblivion's Tool Extension",
    "version": "2.2",
    "description": "Send data about map of Tribal Wars 2 to web server of Voblivion's tool.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Tw2 Oblivion's Tool Extension is activated on this page."
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "",
        "declarativeContent",
        "http:\/\/webmaster.silysart.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.tribalwars2.com\/game.php*",
                "https:\/\/*.tribalwars2.com\/game.php*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "manifest_version": 2
}