Voblivion's Tool Extension

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

Co to jest Voblivion's Tool Extension?

Voblivion's Tool Extension to rozszerzenie Chrome opracowane przez everything.alwaysdata, a jego główną funkcją jest „Send data about map of Tribal Wars 2 to web server of Voblivion's tool.”.

Pobierz plik CRX rozszerzenia Voblivion's Tool Extension

Pobierz pliki rozszerzeń Voblivion's Tool Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Oficjalny URL https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
Opis Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
Rozmiar pliku 29.92 KB
Liczba instalacji 13
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2014-11-18
Data Publikacji 2014-11-18
Deweloper everything.alwaysdata
Typ Płatności free
Obsługiwane Języki 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
}