RoKing

Providing useful features on Roblox to make your life easier.

RoKing क्या है?

RoKing KingOfHungry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Providing useful features on Roblox to make your life easier."।

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

screenshot
screenshot

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

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

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

                        Providing useful features on Roblox to make your life easier.
RoKing provides a plethora of useful features for Roblox users and developers, including:

(For users...)
Follows You - A feature that shows if a user you are viewing follows you.
Mutuals - A feature that displays how many and who are mutual friends with you.
Quick Play - A feature that adds a play button to every game card, allowing for you to join games quickly!

(For developers...)
Sales Tracker - A way to track Clothing and UGC sales easily and efficiently, with integration into Roblox games.
Item Editor - A way to edit multiple pieces of clothing items at the click of a single button.
Group Ranker - An easy way for designers and UGC creators to rank their users based on how many items they have.                    

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

नाम RoKing RoKing
ID nobboemklndlchmiidhpmpiodhlnimej
आधिकारिक URL https://chromewebstore.google.com/detail/roking/nobboemklndlchmiidhpmpiodhlnimej
विवरण Providing useful features on Roblox to make your life easier.
फ़ाइल का आकार 20.73 KB
स्थापना संख्या 10,399
वर्तमान संस्करण 1.9.78
अंतिम अपडेट 2023-06-01
प्रकाशन तिथि 2020-11-29
रेटिंग 4.08/5 कुल 37 रेटिंग्स
डेवलपर KingOfHungry
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://privacy-policy.jacossaurusrex.repl.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoKing",
    "version": "1.9.78",
    "description": "Providing useful features on Roblox to make your life easier.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/*.roblox.com\/*"
    ],
    "browser_action": {
        "default_icon": "king-icon.png",
        "default_title": "RoKing",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/groups\/configure?id=*"
            ],
            "run_at": "document_start",
            "js": [
                "king.js",
                "roblox.js",
                "ranker\/ranker.js"
            ],
            "css": [
                "ranker\/ranker.css"
            ]
        }
    ]
}