Raga Minions
This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.
Raga Minionsとは何ですか?
Raga MinionsはRaga Gamesによって開発されたChromeの拡張機能で、その主な機能は「This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.」です。
拡張機能のスクリーンショット
Raga Minions拡張機能のCRXファイルをダウンロード
Raga Minions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Each userscript gives you additional features for Agar.io game. You may install our community made userscripts or write your own and install it too. The most popular userscript right now is called Raga Mode and you can easily install it by visiting Agar.io website with this extension. Raga Mode gives you: ❯ Additional Agar.io game modes ❯ Free bots that you can play with ❯ Possibility to buy more if you want to ❯ Quality graphics ❯ Smooth physics ❯ Very active community ❯ Clans & Tournaments ❯ Constant updates and bug fixes ❯ Community suggested features
拡張機能の基本情報
名前 | Raga Minions |
ID | dbcocnmfmbpgfgffogfckoljdjcefgko |
公式URL | https://chromewebstore.google.com/detail/raga-minions/dbcocnmfmbpgfgffogfckoljdjcefgko |
説明 | This extension is used to enhance your Agar.io experience by installing and managing so called userscripts. |
ファイルサイズ | 35.67 KB |
インストール数 | 35,446 |
現在のバージョン | 2.0.2 |
最終更新日 | 2021-07-28 |
公開日 | 2019-08-31 |
評価 | 3.68/5 合計 113 レビュー |
開発者 | Raga Games |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://minions.raga.pw |
ヘルプページのURL | https://discord.com/invite/UK4R9fg |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Raga Minions", "description": "This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.", "version": "2.0.2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/minions.raga.pw\/*", "storage" ], "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Raga Minions" }, "options_page": "layout\/settings.html", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.agar.io\/*" ], "css": [ "style\/content.css" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ] } |