Agma.IO Gameplay Recorder

This extension was created by Wynell

Apa itu Agma.IO Gameplay Recorder?

Agma.IO Gameplay Recorder adalah ekstensi Chrome yang dikembangkan oleh eewynell, dan fitur utamanya adalah "This extension was created by Wynell".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Agma.IO Gameplay Recorder

Unduh file ekstensi Agma.IO Gameplay Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
URL Resmi https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
Deskripsi This extension was created by Wynell
Ukuran File 123 KB
Jumlah Instalasi 54
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2021-02-02
Tanggal Publikasi 2021-01-18
Penilaian 5.00/5 Total 7 Penilaian
Pengembang eewynell
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}