La Boîte à Outils - The ToolsBox

Description de l'extension

什么是La Boîte à Outils - The ToolsBox?

La Boîte à Outils - The ToolsBox是由Silanie开发的Chrome扩展程序,该扩展的主要功能是“Description de l'extension”。

扩展截图

screenshot

下载La Boîte à Outils - The ToolsBox扩展crx文件

下载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"
            ]
        }
    ]
}