Roblox Studio Moderation Key Tool

Roblox Moderation Key Copier

什么是Roblox Studio Moderation Key Tool?

Roblox Studio Moderation Key Tool是由syn1234tactic开发的Chrome扩展程序,该扩展的主要功能是“Roblox Moderation Key Copier”。

扩展截图

screenshot

下载Roblox Studio Moderation Key Tool扩展crx文件

下载Roblox Studio Moderation Key Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}