Agma.IO Gameplay Recorder

This extension was created by Wynell

ما هو Agma.IO Gameplay Recorder؟

Agma.IO Gameplay Recorder هو إضافة Chrome تم تطويرها بواسطة eewynell، والميزة الرئيسية لها هي "This extension was created by Wynell".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Agma.IO Gameplay Recorder

قم بتنزيل ملفات الامتداد Agma.IO Gameplay Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Agma.IO Gameplay Recorder Agma.IO Gameplay Recorder
ID dlnmokeapaiapodobpoiokkkjihnldef
عنوان URL الرسمي https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef
الوصف This extension was created by Wynell
حجم الملف 123 KB
عدد التثبيتات 54
النسخة الحالية 0.0.3
آخر تحديث 2021-02-02
تاريخ النشر 2021-01-18
تقييم 5.00/5 مجموع تقييمات 7
المطور eewynell
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}