OGame Resources Extension

Resource distribution is the key

OGame Resources Extension क्या है?

OGame Resources Extension ITP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resource distribution is the key"।

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

screenshot

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

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

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

                        The extension sum resources on all our planets and show this in additional table in resources section.
All you need to do is visit each planet at least once or use new action 'refresh'.

A bug, translation, suggestion new features or extensions,
contact OGEXT Team on http://ogext.com                    

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

नाम OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
आधिकारिक URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
विवरण Resource distribution is the key
फ़ाइल का आकार 69.79 KB
स्थापना संख्या 2,763
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-10-10
प्रकाशन तिथि 2016-10-10
रेटिंग 3.92/5 कुल 74 रेटिंग्स
डेवलपर ITP
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ogext.com
सहायता पृष्ठ URL http://ogext.com
गोपनीयता नीति पृष्ठ URL https://freethetree.co.uk/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "ogext.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "ogext.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ]
        }
    ],
    "description": "Resource distribution is the key",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "OGame Resources Extension",
    "permissions": [],
    "version": "1.0.1",
    "web_accessible_resources": [
        "*"
    ]
}