Agma.IO Gameplay Recorder

This extension was created by Wynell

Wat is Agma.IO Gameplay Recorder?

Agma.IO Gameplay Recorder is een Chrome-extensie ontwikkeld door eewynell, en de belangrijkste functie is "This extension was created by Wynell".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Agma.IO Gameplay Recorder

Download Agma.IO Gameplay Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
Officiële URL https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
Beschrijving This extension was created by Wynell
Bestandsgrootte 123 KB
Aantal Installaties 54
Huidige Versie 0.0.3
Laatst Bijgewerkt 2021-02-02
Publicatiedatum 2021-01-18
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar eewynell
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}