RoKing

Providing useful features on Roblox to make your life easier.

RoKingとは何ですか?

RoKingはKingOfHungryによって開発されたChromeの拡張機能で、その主な機能は「Providing useful features on Roblox to make your life easier.」です。

拡張機能のスクリーンショット

screenshot
screenshot

RoKing拡張機能のCRXファイルをダウンロード

RoKing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}