Voblivion's Tool Extension

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

Cos'è Voblivion's Tool Extension?

Voblivion's Tool Extension è un'estensione di Chrome sviluppata da everything.alwaysdata, e la sua funzione principale è "Send data about map of Tribal Wars 2 to web server of Voblivion's tool.".

Scarica il file CRX dell'estensione Voblivion's Tool Extension

Scarica i file di estensione Voblivion's Tool Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
URL Ufficiale https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Descrizione Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
Dimensione del File 29.92 KB
Conteggio Installazioni 13
Versione Corrente 2.2
Ultimo Aggiornamento 2014-11-18
Data di Pubblicazione 2014-11-18
Sviluppatore everything.alwaysdata
Tipo di Pagamento free
Lingue Supportate 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
}