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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}