Agario mouse controlls
This extension will make you able to controll agar.io game with mouse
What is Agario mouse controlls?
Agario mouse controlls is a Chrome extension developed by Unknown, and its main feature is "This extension will make you able to controll agar.io game with mouse".
Extension Screenshots
Download Agario mouse controlls Extension CRX File
Download Agario mouse controlls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
павпавлпшавтпшавпогавлпиавтпавтпдавпоавплватодпавлдптодавпдлавтпдлавьтпаовдлп
Extension Basic Information
Name | Agario mouse controlls |
ID | ailhfpiopbgmkialcopngdlabknkjdni |
Official URL | https://chromewebstore.google.com/detail/agario-mouse-controlls/ailhfpiopbgmkialcopngdlabknkjdni |
Description | This extension will make you able to controll agar.io game with mouse |
File Size | 92.18 KB |
Installation Count | 275 |
Current Version | 1.0 |
Last Updated | 2019-04-06 |
Publish Date | 2019-04-06 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agario mouse controlls", "description": "This extension will make you able to controll agar.io game with mouse", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/agar.io\/*" ], "js": [ "jquery-1.11.3.min.js", "content.js" ] } ], "web_accessible_resources": [ "controlls.js" ], "permissions": [ "activeTab" ] } |