OGame fast attack

Boost up speed of sending fleets.

OGame fast attack क्या है?

OGame fast attack ogame.fast.attack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost up speed of sending fleets."।

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

screenshot
screenshot

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

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