Voblivion's Tool Extension

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

Voblivion's Tool Extension là gì?

Voblivion's Tool Extension là một tiện ích mở rộng Chrome được phát triển bởi everything.alwaysdata, và tính năng chính của nó là "Send data about map of Tribal Wars 2 to web server of Voblivion's tool.".

Tải xuống tệp CRX của tiện ích mở rộng Voblivion's Tool Extension

Tải xuống các tệp mở rộng Voblivion's Tool Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
URL Chính Thức https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Mô tả Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
Kích Thước Tệp 29.92 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-11-18
Ngày Phát Hành 2014-11-18
Nhà Phát Triển everything.alwaysdata
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}