Agma.IO Gameplay Recorder

This extension was created by Wynell

Co to jest Agma.IO Gameplay Recorder?

Agma.IO Gameplay Recorder to rozszerzenie Chrome opracowane przez eewynell, a jego główną funkcją jest „This extension was created by Wynell”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Agma.IO Gameplay Recorder

Pobierz pliki rozszerzeń Agma.IO Gameplay Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
Oficjalny URL https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
Opis This extension was created by Wynell
Rozmiar pliku 123 KB
Liczba instalacji 54
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2021-02-02
Data Publikacji 2021-01-18
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper eewynell
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}