Agma.IO Gameplay Recorder
This extension was created by Wynell
Agma.IO Gameplay Recorder क्या है?
Agma.IO Gameplay Recorder eewynell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension was created by Wynell"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Agma.IO Gameplay Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |