Agma.IO Gameplay Recorder

This extension was created by Wynell

什麼是Agma.IO Gameplay Recorder?

Agma.IO Gameplay Recorder是由eewynell開發的Chrome擴展程式,該擴展的主要功能是“This extension was created by Wynell”。

擴展截圖

screenshot

下載Agma.IO Gameplay Recorder擴展crx文件

下載Agma.IO Gameplay Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}