soglad

soglad

soglad क्या है?

soglad GladP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "soglad"।

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

screenshot
screenshot
screenshot

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

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

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

                        An extension that simulates the actions of a player in the browser game Gladiatus.

The following actions are automated:

* Fighting in expeditions, dungeons, arenas and events
* Buying from auctions when the player has too much gold
* Eating foods when health is too low and buying foods from auction
* Going to the underworld, getting a suit and wearing it
* Using doctors, buffs and gods while in the underworld
* Smelting items
* Conditioning items in the workbench
* Selling packages until a specified amount of gold is reached
* Creating packages for guild members

In addition the user can view a graph of the total value of the packages that will expire in a number of days (see image).                    

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

नाम soglad soglad
ID oiingcbjcljihojleooldmifgpfdiilp
आधिकारिक URL https://chrome.google.com/webstore/detail/soglad/oiingcbjcljihojleooldmifgpfdiilp
विवरण soglad
फ़ाइल का आकार 1.01 MB
स्थापना संख्या 72
वर्तमान संस्करण 5
अंतिम अपडेट 2021-04-30
प्रकाशन तिथि 2021-04-06
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर GladP
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "soglad",
    "description": "soglad",
    "version": "5",
    "icons": {
        "48": "assets\/icon.png"
    },
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "webRequest",
        "https:\/\/*.gladiatus.gameforge.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "options\/options.html",
        "assets\/white_box.png",
        "assets\/main_buttons.png",
        "assets\/icons.png",
        "assets\/icon_background.jpg",
        "assets\/plus_button.jpg",
        "assets\/notifications.png",
        "assets\/font-awesome.min.css",
        "styles.css",
        "assets\/prefixes.csv",
        "assets\/suffixes.csv"
    ],
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gladiatus.gameforge.com\/*",
                "https:\/\/lobby.gladiatus.gameforge.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "auxiliary\/enums.js",
                "auxiliary\/constants.js",
                "options\/config.js",
                "assets\/locales.js",
                "assets\/font-awesome.js",
                "assets\/Chart.min.js",
                "assets\/chartjs-plugin-annotation.min.js",
                "auxiliary\/localStorage.js",
                "auxiliary\/notifications.js",
                "auxiliary\/url.js",
                "auxiliary\/requests.js",
                "auxiliary\/inpageConfig.js",
                "auxiliary\/general.js",
                "auxiliary\/stats.js",
                "auxiliary\/trainingCost.js",
                "auxiliary\/ui.js",
                "packages\/common.js",
                "packages\/gather.js",
                "packages\/values.js",
                "packages\/create.js",
                "packages\/update.js",
                "packages\/slots.js",
                "packages\/input.js",
                "bot\/toggle.js",
                "bot\/reports.js",
                "bot\/arenas.js",
                "bot\/expedition.js",
                "bot\/event.js",
                "bot\/auction.js",
                "bot\/buffs.js",
                "bot\/costumes.js",
                "bot\/food.js",
                "bot\/quests.js",
                "bot\/smeltery.js",
                "bot\/workbench.js",
                "bot\/scrolls.js",
                "bot\/underworld.js",
                "bot\/randomRedirection.js",
                "auxiliary\/onload.js",
                "bot\/ready.js",
                "bot\/main.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.rawgit.com\/chartjs\/chartjs-plugin-annotation\/master\/chartjs-plugin-annotation.min.js; object-src 'self'"
}