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”。
扩展截图
下载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 |
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" ] } |