GBots controller
This extension lets you control your GBots in agar.io
GBots controllerとは何ですか?
GBots controllerはgbots.caによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you control your GBots in agar.io」です。
GBots controller拡張機能のCRXファイルをダウンロード
GBots controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you control your GBots in agar.io 拡張機能の基本情報
| 名前 | |
| ID | ieoaddnkfidignkkolkphijlalgopipb |
| 公式URL | https://chrome.google.com/webstore/detail/gbots-controller/ieoaddnkfidignkkolkphijlalgopipb |
| 説明 | This extension lets you control your GBots in agar.io |
| ファイルサイズ | 107 KB |
| インストール数 | 504 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2016-09-12 |
| 公開日 | 2016-09-12 |
| 評価 | 3.36/5 合計 33 レビュー |
| 開発者 | gbots.ca |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://gbots.io |
| 対応言語 | 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"
]
} | |