Agma.IO Gameplay Recorder

This extension was created by Wynell

Agma.IO Gameplay Recorder là gì?

Agma.IO Gameplay Recorder là một tiện ích mở rộng Chrome được phát triển bởi eewynell, và tính năng chính của nó là "This extension was created by Wynell".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agma.IO Gameplay Recorder

Tải xuống các tệp mở rộng Agma.IO Gameplay Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
URL Chính Thức https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
Mô tả This extension was created by Wynell
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2021-02-02
Ngày Phát Hành 2021-01-18
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển eewynell
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}