La Boîte à Outils - The ToolsBox

Description de l'extension

Что такое La Boîte à Outils - The ToolsBox?

La Boîte à Outils - The ToolsBox - это расширение Chrome, разработанное Silanie, и его основная функция - "Description de l'extension".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения La Boîte à Outils - The ToolsBox

Скачайте файлы расширений La Boîte à Outils - The ToolsBox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms.                    

Основная информация о расширении

Название La Boîte à Outils - The ToolsBox La Boîte à Outils - The ToolsBox
ID nlloppojhfalbfdgaoppabbgopkmdlhm
Официальный URL https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm
Описание Description de l'extension
Размер файла 24.28 KB
Количество установок 152
Текущая Версия 2.0.11
Последнее Обновление 2023-03-01
Дата публикации 2020-11-15
Рейтинг 4.00/5 Всего 3 оценок
Разработчик Silanie
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://laboiteaoutils.ovh/
URL страницы помощи https://laboiteaoutils.ovh/
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "La Bo\u00eete \u00e0 Outils - The ToolsBox",
    "version": "2.0.11",
    "description": "Description de l'extension",
    "icons": {
        "512": "images\/lbo_favicon.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Click Me",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "host_permissions": [
        "*:\/\/www.renaissancekingdoms.com\/*",
        "*:\/\/forum.renaissancekingdoms.com\/index.php*",
        "*:\/\/forum2.renaissancekingdoms.com\/index.php*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forum.renaissancekingdoms.com\/posting.php*",
                "*:\/\/forum.renaissancekingdoms.com\/privmsg.php*",
                "*:\/\/forum2.renaissancekingdoms.com\/posting.php*",
                "*:\/\/forum2.renaissancekingdoms.com\/privmsg.php*",
                "*:\/\/rome.lesroyaumes.com\/posting.php*",
                "*:\/\/rome.lesroyaumes.com\/privmsg.php*"
            ],
            "js": [
                "js\/forum.js"
            ]
        }
    ]
}