RoKit - Roblox WebKit. Best Roblox Enhancer

Enhance Roblox Experience! Amazing Features Added to Roblox Here!

RoKit - Roblox WebKit. Best Roblox Enhancer क्या है?

RoKit - Roblox WebKit. Best Roblox Enhancer https://www.rokit.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance Roblox Experience! Amazing Features Added to Roblox Here!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RoKit - Roblox WebKit. Best Roblox Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        RoKit is a free browser extension, making Roblox better, enhancing Roblox players' game experience! Enjoy Rokit with the following amazing features:

Free Roblox Themes and Backgrounds:
1. Customize your Roblox webpage theme.
2. Customize Rbx background with fancy images.
3. Adjust Rbx background transparency freely.

Roblox Server Filter: 
1. Empty First: Filter Roblox empty server list first.
2. Server Invite Link: Invite your friends to join and play Rbx Game together.
3. Random Selection: Randomly display Rbx game server list for you.
4. Best Connection: Filter the best connection to Rbx game servers.
5. Custom Selection: Select Rbx servers through a specific number.

Avatar Pro: 
1. Try on any Roblox Avatar & save before you buy it
2. Save all Rbx items in your personal avatar collection.
3. Render a 3D View.
4. Select the virtual Rbx background to check how it looks.

General Features:
1. Show how many Roblox servers are available.
2. Show RoKit on Navbar to access all features easily.
3. Filter Rbx games by genre.
4. Rejoin the last Rbx server when you left.
5. Calculate how much you will spend on Robux based on the conversion rate.

Expert Features:
1. Personalize your Roblox by font color and more backgrounds.
2. Show ping value of each Rbxserver.
3. Show your friends are online or offline at Rbx.
4. Filter Rbx server list by the best connection.
5. Save more Rbx Avatars without limit.

There are over 20 features RoKit includes! Moreover, we are still developing new features. If there is any new feature you would like us to add, welcome to join our Discord Group to put forward your valuable suggestions.

RoKit is a third-party browser extension. We are not affiliated with Roblox or Rolimons. For information on how we use and safeguard user data, please read our privacy policy: https://www.rokit.gg/privacy.                    

एक्सटेंशन की मूल जानकारी

नाम RoKit - Roblox WebKit. Best Roblox Enhancer RoKit - Roblox WebKit. Best Roblox Enhancer
ID flpcjinfcjhnjopmjmgmldnlgpdpideg
आधिकारिक URL https://chromewebstore.google.com/detail/rokit-roblox-webkit-best/flpcjinfcjhnjopmjmgmldnlgpdpideg
विवरण Enhance Roblox Experience! Amazing Features Added to Roblox Here!
फ़ाइल का आकार 6.47 MB
स्थापना संख्या 10,222
वर्तमान संस्करण 1.3.6
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2022-04-04
रेटिंग 4.81/5 कुल 258 रेटिंग्स
डेवलपर https://www.rokit.gg
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.rokit.gg/policy
गोपनीयता नीति पृष्ठ URL https://www.rokit.gg/policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RoKit - Roblox WebKit. Best Roblox Enhancer",
    "version": "1.3.6",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/images\/default-150.png",
            "19": ".\/images\/default-150.png",
            "32": ".\/images\/default-150.png",
            "38": ".\/images\/default-150.png"
        }
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "description": "Enhance Roblox Experience! Amazing Features Added to Roblox Here!",
    "icons": {
        "16": ".\/images\/default.png",
        "48": ".\/images\/default.png",
        "128": ".\/images\/default.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "sidePanel",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*",
        "*:\/\/*.rbxcdn.com\/*",
        "*:\/\/*.rokit.gg\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*",
                "*:\/\/*.rbxcdn.com\/*",
                "*:\/\/*.rokit.gg\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/js\/jquery.js",
                ".\/dist\/js\/content-script.js"
            ],
            "css": [
                ".\/dist\/css\/content-script.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/dist\/js\/inject.js",
                "\/images\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*",
                "*:\/\/*.rbxcdn.com\/*",
                "*:\/\/*.rokit.gg\/*"
            ]
        }
    ]
}