Agma.IO Gameplay Recorder

This extension was created by Wynell

Cos'è Agma.IO Gameplay Recorder?

Agma.IO Gameplay Recorder è un'estensione di Chrome sviluppata da eewynell, e la sua funzione principale è "This extension was created by Wynell".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Agma.IO Gameplay Recorder

Scarica i file di estensione Agma.IO Gameplay Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
URL Ufficiale https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
Descrizione This extension was created by Wynell
Dimensione del File 123 KB
Conteggio Installazioni 54
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-02-02
Data di Pubblicazione 2021-01-18
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore eewynell
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}