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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to enhance your Agar.io experience by installing and managing so called userscripts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Raga Minions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}