GBots controller
This extension lets you control your GBots in agar.io
GBots controller là gì?
GBots controller là một tiện ích mở rộng Chrome được phát triển bởi gbots.ca, và tính năng chính của nó là "This extension lets you control your GBots in agar.io".
Tải xuống tệp CRX của tiện ích mở rộng GBots controller
Tải xuống các tệp mở rộng GBots controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension lets you control your GBots in agar.io
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ieoaddnkfidignkkolkphijlalgopipb |
URL Chính Thức | https://chrome.google.com/webstore/detail/gbots-controller/ieoaddnkfidignkkolkphijlalgopipb |
Mô tả | This extension lets you control your GBots in agar.io |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 504 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2016-09-12 |
Ngày Phát Hành | 2016-09-12 |
Đánh Giá | 3.36/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | gbots.ca |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://gbots.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GBots controller", "short_name": "GBots", "description": "This extension lets you control your GBots in agar.io", "permissions": [ "http:\/\/*\/*", "storage" ], "manifest_version": 2, "version": "0.0.5", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/agar.io\/*", "https:\/\/gbots.io\/*" ], "js": [ "resource\/js\/jquery.js", "resource\/js\/load.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "GBots controller" }, "web_accessible_resources": [ "resource\/js\/socket.io.min.js", "resource\/js\/bundle.js", "resource\/js\/browser.js" ] } |