Agma.IO Gameplay Recorder

This extension was created by Wynell

Agma.IO Gameplay Recorderคืออะไร?

Agma.IO Gameplay Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eewynell และคุณลักษณะหลักของมันคือ "This extension was created by Wynell"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agma.IO Gameplay Recorder

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

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

                        This extension allows Agma.IO players to record their replays and share them!
You can also toggle the menu visibility using the Delete key on your keyboard!                    

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

ชื่อ Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
คำอธิบาย This extension was created by Wynell
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-02-02
วันที่เผยแพร่ 2021-01-18
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา eewynell
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agma.IO Gameplay Recorder",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extension was created by Wynell",
    "browser_action": {
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/agma.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/agma.io\/"
            ],
            "run_at": "document_start",
            "js": [
                "inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "build\/build.css",
        "build\/build.js",
        "build\/build.js.map"
    ]
}