Roblox Studio Moderation Key Tool

Roblox Moderation Key Copier

ما هو Roblox Studio Moderation Key Tool؟

Roblox Studio Moderation Key Tool هو إضافة Chrome تم تطويرها بواسطة syn1234tactic، والميزة الرئيسية لها هي "Roblox Moderation Key Copier".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roblox Studio Moderation Key Tool

قم بتنزيل ملفات الامتداد Roblox Studio Moderation Key Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hello, Welcome to my extension. This extension allows users to copy their Roblox Studio Moderation Key.

Q: What is a Moderation key?
A: A moderation key allows the owner of a game to know what their helpers are doing in the game. Moderation key can prevent annoying people from destroying your game.                    

معلومات أساسية عن التمديد

الاسم Roblox Studio Moderation Key Tool Roblox Studio Moderation Key Tool
ID anmdldboepbfbjejdcghngchjpcoapoo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/roblox-studio-moderation/anmdldboepbfbjejdcghngchjpcoapoo
الوصف Roblox Moderation Key Copier
حجم الملف 12.37 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0
آخر تحديث 2022-02-18
تاريخ النشر 2022-01-06
تقييم 3.00/5 مجموع تقييمات 2
المطور syn1234tactic
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "browser_action": {
        "default_icon": {
            "128": "icons\/roblox128.png",
            "16": "icons\/roblox16.png",
            "32": "icons\/roblox32.png",
            "48": "icons\/roblox48.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Roblox Moderation Key Copier",
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            }
        }
    },
    "description": "Roblox Moderation Key Copier",
    "manifest_version": 2,
    "name": "Roblox Studio Moderation Key Tool",
    "permissions": [
        "",
        "activeTab",
        "cookies",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}