Voblivion's Tool Extension

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

Voblivion's Tool Extensionคืออะไร?

Voblivion's Tool Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย everything.alwaysdata และคุณลักษณะหลักของมันคือ "Send data about map of Tribal Wars 2 to web server of Voblivion's tool."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voblivion's Tool Extension

ดาวน์โหลดไฟล์ส่วนขยาย Voblivion's Tool Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voblivion's Tool Extension Voblivion's Tool Extension
ID elddnpnkmfnpkmjkbfdkeipcmfckcbbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/voblivions-tool-extension/elddnpnkmfnpkmjkbfdkeipcmfckcbbd
คำอธิบาย Send data about map of Tribal Wars 2 to web server of Voblivion's tool.
ขนาดไฟล์ 29.92 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2014-11-18
วันที่เผยแพร่ 2014-11-18
ผู้พัฒนา everything.alwaysdata
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}