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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
        }
    ]
}