Agma.IO Gameplay Recorder
This extension was created by Wynell
Qu'est-ce que Agma.IO Gameplay Recorder ?
Agma.IO Gameplay Recorder est une extension Chrome développée par eewynell, et sa fonction principale est "This extension was created by Wynell".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Agma.IO Gameplay Recorder
Téléchargez les fichiers d'extension Agma.IO Gameplay Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Agma.IO Gameplay Recorder |
ID | dlnmokeapaiapodobpoiokkkjihnldef |
URL Officiel | https://chromewebstore.google.com/detail/agmaio-gameplay-recorder/dlnmokeapaiapodobpoiokkkjihnldef |
Description | This extension was created by Wynell |
Taille du Fichier | 123 KB |
Nombre d'Installations | 54 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-02-02 |
Date de Publication | 2021-01-18 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | eewynell |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |