Voblivion's Tool Extension

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

Apa itu Voblivion's Tool Extension?

Voblivion's Tool Extension adalah ekstensi Chrome yang dikembangkan oleh everything.alwaysdata, dan fitur utamanya adalah "Send data about map of Tribal Wars 2 to web server of Voblivion's tool.".

Unduh Berkas CRX Ekstensi Voblivion's Tool Extension

Unduh file ekstensi Voblivion's Tool Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
URL Resmi https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Deskripsi Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
Ukuran File 29.92 KB
Jumlah Instalasi 13
Versi Saat Ini 2.2
Terakhir Diperbarui 2014-11-18
Tanggal Publikasi 2014-11-18
Pengembang everything.alwaysdata
Tipe Pembayaran free
Bahasa yang Didukung 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
}