Overwatch Stalker

Context menu option to find players battletag.

Overwatch Stalkerคืออะไร?

Overwatch Stalker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Reyes และคุณลักษณะหลักของมันคือ "Context menu option to find players battletag."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Overwatch Stalker

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

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

                        Esta extensión agrega al menú contextual de Chrome la opción de buscar el Battletag seleccionado en Overbuff o PlayOverwatch                    

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

ชื่อ Overwatch Stalker Overwatch Stalker
ID cijfocjhgemcbffbnnghgmgnpaeekfkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/overwatch-stalker/cijfocjhgemcbffbnnghgmgnpaeekfkg
คำอธิบาย Context menu option to find players battletag.
ขนาดไฟล์ 14.07 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-04-23
วันที่เผยแพร่ 2018-04-23
ผู้พัฒนา Alex Reyes
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overwatch Stalker",
    "description": "Context menu option to find players battletag.",
    "version": "0.0.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}