Voblivion's Tool Extension

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

Was ist Voblivion's Tool Extension?

Voblivion's Tool Extension ist eine Chrome-Erweiterung, die von everything.alwaysdata entwickelt wurde, und ihr Hauptmerkmal ist "Send data about map of Tribal Wars 2 to web server of Voblivion's tool.".

Voblivion's Tool Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voblivion's Tool Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Offizielle URL https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Beschreibung Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
Dateigröße 29.92 KB
Installationsanzahl 13
Aktuelle Version 2.2
Letztes Update 2014-11-18
Veröffentlichungsdatum 2014-11-18
Entwickler everything.alwaysdata
Zahlungsart free
Unterstützte Sprachen 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
}