Ogame Fast expeditions

A faster way to send expeditions!

Ogame Fast expeditions क्या है?

Ogame Fast expeditions joshepMad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A faster way to send expeditions!"।

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

screenshot

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

crx प्रारूप में Ogame Fast expeditions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows ogame players to send expeditions faster with just one click from the fleet page!
Integrates well with Ogame infinity, UniverseView Extension
 and AntiGameReborn!                    

एक्सटेंशन की मूल जानकारी

नाम Ogame Fast expeditions Ogame Fast expeditions
ID nmfnikkmipenjmdmlonjahcobmacaoef
आधिकारिक URL https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef
विवरण A faster way to send expeditions!
फ़ाइल का आकार 60.26 KB
स्थापना संख्या 5,213
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-02-04
प्रकाशन तिथि 2021-04-03
रेटिंग 3.91/5 कुल 32 रेटिंग्स
डेवलपर joshepMad
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Fast expeditions",
    "short_name": "ofe",
    "description": "A faster way to send expeditions!",
    "version": "1.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=fleetdispatch*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/tel.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/lobby.ogame.gameforge.com\/",
                "https:\/\/lobby.ogame.gameforge.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/lobby.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injected.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}