OGame fast attack

Boost up speed of sending fleets.

ما هو OGame fast attack؟

OGame fast attack هو إضافة Chrome تم تطويرها بواسطة ogame.fast.attack، والميزة الرئيسية لها هي "Boost up speed of sending fleets.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة OGame fast attack

قم بتنزيل ملفات الامتداد OGame fast attack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Provides dedicated form to send attacks from any page.
Parses mailbox headers to send attacks by clicking on message.
Adds 'supply' link - by clicking on it required amount of resources will be send to active planet.
Fixes 'debris' and 'moon' links if you do not have 'commander'.
Extends settings page.                    

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

الاسم OGame fast attack OGame fast attack
ID jhlliibdpnijhhaegahaokfoaekkdpem
عنوان URL الرسمي https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem
الوصف Boost up speed of sending fleets.
حجم الملف 43.92 KB
عدد التثبيتات 527
النسخة الحالية 0.47
آخر تحديث 2014-01-10
تاريخ النشر 2014-01-10
تقييم 1.25/5 مجموع تقييمات 4
المطور ogame.fast.attack
نوع الدفع free
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OGame fast attack",
    "manifest_version": 2,
    "version": "0.47",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ogame.gameforge.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "lib\/chrome_sync.user.js",
                "lib\/storage.user.js",
                "lib\/location_logic.user.js",
                "fast_attack.user.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}