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 |
Eメール | [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" ] } |