Roblox Studio Moderation Key Tool

Roblox Moderation Key Copier

Vad är Roblox Studio Moderation Key Tool?

Roblox Studio Moderation Key Tool är en Chrome-tillägg utvecklad av syn1234tactic, och dess huvudfunktion är "Roblox Moderation Key Copier".

Tilläggsskärmbilder

screenshot

Ladda ner Roblox Studio Moderation Key Tool-förlängningens CRX-fil

Ladda ner Roblox Studio Moderation Key Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Roblox Studio Moderation Key Tool Roblox Studio Moderation Key Tool
ID anmdldboepbfbjejdcghngchjpcoapoo
Officiell webbadress https://chrome.google.com/webstore/detail/roblox-studio-moderation/anmdldboepbfbjejdcghngchjpcoapoo
Beskrivning Roblox Moderation Key Copier
Filstorlek 12.37 KB
Antal Installationer 1,000
Aktuell Version 1.0
Senast Uppdaterad 2022-02-18
Publiceringsdatum 2022-01-06
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare syn1234tactic
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}