AgroMod: The Only Agar.io Merge Timer

Take your Agar game to the next level with a tactical merge timer, 7-w hotkey for virus attacks, and persistent settings.

ما هو AgroMod: The Only Agar.io Merge Timer؟

AgroMod: The Only Agar.io Merge Timer هو إضافة Chrome تم تطويرها بواسطة https://sandhoefner.github.io، والميزة الرئيسية لها هي "Take your Agar game to the next level with a tactical merge timer, 7-w hotkey for virus attacks, and persistent settings.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AgroMod: The Only Agar.io Merge Timer

قم بتنزيل ملفات الامتداد AgroMod: The Only Agar.io Merge Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        MERGE TIMER:
A dynamic timer to inform your tactics in the crucial moments between split and merge. The time you have to wait between split and merge is calculated as 30 seconds + (7/300) * mass, according to the Agar.io wiki. When you press spacebar, a 30 second timer will start immediately in the top-left corner of the screen. If you then type your mass and press enter, the timer will adjust accordingly. This can be done at any point while the timer is running. The mod currently only supports one timer at a time, so if you split into 4 cells, you'll only be able to see the time for the first split.

-Accidentally entered the wrong mass for the timer? No problem! Just enter the correct mass and it'll adjust again. You can do this as many times as necessary, until the timer hits 0.
-Press "r" (as in "reset") while the timer is running to turn it off.
-No game deserves to be ended prematurely, so pressing "backspace" in-game will not cause you to leave the page. 

7-W HOTKEY:
Press "s" to shoot out 7 W's for fast and easy virus attacks.

PERSISTENT SETTINGS:
Click the Doge icon in your toolbar, then click "Settings". (Or navigate to chrome://extensions in your address bar, find the entry for Agar.io Mod, and click "Options".) A new tab will open in which you can save a nickname and checkbox settings. These options will load automatically every time you play, and you can change them as often as you like. Changing the settings in the game won't change your permanent auto settings.

***

If you enjoy the app and have a moment, please do rate and review. It means a lot!

***

TECHNICAL NOTES:
The merge timer is inherently only an estimate, because the actual formula for merge time is both secret and potentially complicated beyond the means of a simple extension.

I'll try to update this once in a while, but it is a side project for me, and extensions have a tendency to grow new bugs over time as the site they're extending changes... so please bear with me! In the meantime, if you have functionality requests or bugs to report, please don't hesitate to contact me through the Chrome store.                    

معلومات أساسية عن التمديد

الاسم AgroMod: The Only Agar.io Merge Timer AgroMod: The Only Agar.io Merge Timer
ID kekfokjeliilaipagomdhmlfhbmpllkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/agromod-the-only-agario-m/kekfokjeliilaipagomdhmlfhbmpllkk
الوصف Take your Agar game to the next level with a tactical merge timer, 7-w hotkey for virus attacks, and persistent settings.
حجم الملف 111 KB
عدد التثبيتات 6,077
النسخة الحالية 1.3.2
آخر تحديث 2016-08-19
تاريخ النشر 2016-08-19
تقييم 3.19/5 مجموع تقييمات 125
المطور https://sandhoefner.github.io
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AgroMod: The Only Agar.io Merge Timer",
    "short_name": "AgroMod",
    "description": "Take your Agar game to the next level with a tactical merge timer, 7-w hotkey for virus attacks, and persistent settings.",
    "version": "1.3.2",
    "page_action": {
        "default_icon": {
            "19": "doge-19.png",
            "38": "doge-38.png"
        },
        "default_title": "AgroMod",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "author": "Evan Sandhoefner",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/*"
            ],
            "js": [
                "d3.js",
                "page.js",
                "jquery.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "icons": {
        "16": "doge-16-.png",
        "48": "doge-48-.png",
        "128": "doge-128-.png"
    },
    "manifest_version": 2
}