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
}