Agma.IO Gameplay Recorder

This extension was created by Wynell

Vad är Agma.IO Gameplay Recorder?

Agma.IO Gameplay Recorder är en Chrome-tillägg utvecklad av eewynell, och dess huvudfunktion är "This extension was created by Wynell".

Tilläggsskärmbilder

screenshot

Ladda ner Agma.IO Gameplay Recorder-förlängningens CRX-fil

Ladda ner Agma.IO Gameplay Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
Officiell webbadress https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
Beskrivning This extension was created by Wynell
Filstorlek 123 KB
Antal Installationer 54
Aktuell Version 0.0.3
Senast Uppdaterad 2021-02-02
Publiceringsdatum 2021-01-18
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare eewynell
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}