RoKing
Providing useful features on Roblox to make your life easier.
RoKing là gì?
RoKing là một tiện ích mở rộng Chrome được phát triển bởi KingOfHungry, và tính năng chính của nó là "Providing useful features on Roblox to make your life easier.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RoKing
Tải xuống các tệp mở rộng RoKing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RoKing |
ID | nobboemklndlchmiidhpmpiodhlnimej |
URL Chính Thức | https://chromewebstore.google.com/detail/roking/nobboemklndlchmiidhpmpiodhlnimej |
Mô tả | Providing useful features on Roblox to make your life easier. |
Kích Thước Tệp | 20.73 KB |
Số Lần Cài Đặt | 10,399 |
Phiên Bản Hiện Tại | 1.9.78 |
Cập Nhật Lần Cuối | 2023-06-01 |
Ngày Phát Hành | 2020-11-29 |
Đánh Giá | 4.08/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | KingOfHungry |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://privacy-policy.jacossaurusrex.repl.co |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |