Raga Minions
This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.
Was ist Raga Minions?
Raga Minions ist eine Chrome-Erweiterung, die von Raga Games entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to enhance your Agar.io experience by installing and managing so called userscripts.".
Erweiterungsscreenshots
Raga Minions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Raga Minions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Raga Minions |
ID | dbcocnmfmbpgfgffogfckoljdjcefgko |
Offizielle URL | https://chromewebstore.google.com/detail/raga-minions/dbcocnmfmbpgfgffogfckoljdjcefgko |
Beschreibung | This extension is used to enhance your Agar.io experience by installing and managing so called userscripts. |
Dateigröße | 35.67 KB |
Installationsanzahl | 35,446 |
Aktuelle Version | 2.0.2 |
Letztes Update | 2021-07-28 |
Veröffentlichungsdatum | 2019-08-31 |
Bewertung | 3.68/5 Insgesamt 113 Bewertungen |
Entwickler | Raga Games |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://minions.raga.pw |
Hilfeseite URL | https://discord.com/invite/UK4R9fg |
Unterstützte Sprachen | 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" } ] } |