MCGL Online

Мониторинг позволяет просматривать онлайн игроков состоящих в сообществах форума https://forum.minecraft-galaxy.ru

Qu'est-ce que MCGL Online ?

MCGL Online est une extension Chrome développée par https://pavelstudio.com, et sa fonction principale est "Мониторинг позволяет просматривать онлайн игроков состоящих в сообществах форума https://forum.minecraft-galaxy.ru".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MCGL Online

Téléchargez les fichiers d'extension MCGL Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Браузерная версия мониторинга гарантов/хелперов/profis клуба.

- Пофикшена функция приглашения в сообщества.
- Обновлена база предметов (для модуля сделок).
- Добавлено отображение модулей при правке сообщения.
- Рефакторинг кода, прочие правки.


Change list: v 0.1.6
- Фикс ошибки обновления.
- Фикс перехода на вкладку настроек.
- Прочие исправления.

Change list: v 0.1.8
Code refactoring
Remove content security not used access.
Remove not using images.
Fix view color for users.
Already not need auth for http://forum.minecraft-galaxy.ru
Other changes.

Change list: v 0.1.9
Critical fix not load pages (enable https protocol).
Optimization.
Not used code removed 
Not used images removed
Fix bbcode "Increase Text"

Change list: v 0.1.9
Small changes

Change list: v 0.2.1
add garant post module

Change list: v 0.2.2
Small fixs for garant post module

Change list: v 0.2.3
Fixes for garant post module                    

Informations de Base sur l'Extension

Nom MCGL Online MCGL Online
ID ebolbgoaocbfheednoblbhifnonjfphc
URL Officiel https://chromewebstore.google.com/detail/mcgl-online/ebolbgoaocbfheednoblbhifnonjfphc
Description Мониторинг позволяет просматривать онлайн игроков состоящих в сообществах форума https://forum.minecraft-galaxy.ru
Taille du Fichier 366 KB
Nombre d'Installations 28
Version Actuelle 0.2.9
Dernière Mise à Jour 2021-05-17
Date de Publication 2020-02-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://pavelstudio.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pavelstudio.com
URL de la Page d'Aide https://forum.minecraft-galaxy.ru/topic/125097
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.9",
    "default_locale": "ru",
    "manifest_version": 2,
    "name": "MCGL Online",
    "short_name": "MCGL Online",
    "description": "\u041c\u043e\u043d\u0438\u0442\u043e\u0440\u0438\u043d\u0433 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u043e\u043d\u043b\u0430\u0439\u043d \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u0449\u0438\u0445 \u0432 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430\u0445 \u0444\u043e\u0440\u0443\u043c\u0430 https:\/\/forum.minecraft-galaxy.ru",
    "icons": {
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "forum_helpers\/background.js",
            "safeResponse.js",
            "dateHelper.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/forum.minecraft-galaxy.ru\/*",
        "https:\/\/forum.minecraft-galaxy.ru\/*",
        "https:\/\/pavelstudio.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_title": "MCGL",
        "default_icon": "\/img\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forum.minecraft-galaxy.ru\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "settings.js",
                "content.js",
                "dateHelper.js",
                "safeResponse.js",
                "forum_helpers\/bb-garants-post.js",
                "forum_helpers\/bb-lupa.js",
                "forum_helpers\/bb-userdoc.js",
                "forum_helpers\/invite-community.js"
            ]
        }
    ]
}