Raga Minions

This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.

Что такое Raga Minions?

Raga Minions - это расширение Chrome, разработанное Raga Games, и его основная функция - "This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Raga Minions

Скачайте файлы расширений 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"
        }
    ]
}