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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}