Voblivion's Tool Extension

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

Qu'est-ce que Voblivion's Tool Extension ?

Voblivion's Tool Extension est une extension Chrome développée par everything.alwaysdata, et sa fonction principale est "Send data about map of Tribal Wars 2 to web server of Voblivion's tool.".

Télécharger le fichier CRX de l'extension Voblivion's Tool Extension

Téléchargez les fichiers d'extension Voblivion's Tool Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
URL Officiel https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Description Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
Taille du Fichier 29.92 KB
Nombre d'Installations 13
Version Actuelle 2.2
Dernière Mise à Jour 2014-11-18
Date de Publication 2014-11-18
Développeur everything.alwaysdata
Type de Paiement free
Langues Prises en Charge 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
}