Raga Minions
This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.
Raga Minions là gì?
Raga Minions là một tiện ích mở rộng Chrome được phát triển bởi Raga Games, và tính năng chính của nó là "This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Raga Minions
Tải xuống các tệp mở rộng Raga Minions 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Raga Minions |
ID | dbcocnmfmbpgfgffogfckoljdjcefgko |
URL Chính Thức | https://chromewebstore.google.com/detail/raga-minions/dbcocnmfmbpgfgffogfckoljdjcefgko |
Mô tả | This extension is used to enhance your Agar.io experience by installing and managing so called userscripts. |
Kích Thước Tệp | 35.67 KB |
Số Lần Cài Đặt | 35,446 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2021-07-28 |
Ngày Phát Hành | 2019-08-31 |
Đánh Giá | 3.68/5 Tổng số 113 Đánh Giá |
Nhà Phát Triển | Raga Games |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://minions.raga.pw |
URL Trang Trợ Giúp | https://discord.com/invite/UK4R9fg |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |