RoQoL (Roblox QoL)

Multiple changes to the roblox site for a better user experience.

RoQoL (Roblox QoL) là gì?

RoQoL (Roblox QoL) là một tiện ích mở rộng Chrome được phát triển bởi https://roqol.io, và tính năng chính của nó là "Multiple changes to the roblox site for a better user experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RoQoL (Roblox QoL)

Tải xuống các tệp mở rộng RoQoL (Roblox QoL) 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

                        Discord Server: https://discord.gg/wwbCgR2sZ5

The extension adds several features and fixes such as:

Session Detector - Sends you a notification of when a new login is detected
Discord Presence - Shows your current game on discord
Trading - Options to auto-decline, trade notifier, values and demands on trades and much more.
Server Filters - Allows you to join a server by lowest ping, certain region, oldest, smallest and others
Playtime - Allows you to see how long you have been playing/editing a game
Extra Outfits - Allows you to have more than 50 outfits (up to 150 extra for free)
Friend History - Allows you to get notifications whenever a user friends or unfriends you
Private Server Billing - Option to see which private servers are billing you
Quick Invite - Generate a short link to a server that you can quickly share
Live Experience Stats - Updates the statistics live of an experience you are currently viewing

Full feature list can be found at: https://roqol.io/pages/features
Privacy policy can be found at: https://roqol.io/pages/privacy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RoQoL (Roblox QoL) RoQoL (Roblox QoL)
ID ohffojhdniagefegnmjfpfidnjofekpj
URL Chính Thức https://chromewebstore.google.com/detail/roqol-roblox-qol/ohffojhdniagefegnmjfpfidnjofekpj
Mô tả Multiple changes to the roblox site for a better user experience.
Kích Thước Tệp 571 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.26.1
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2023-01-05
Đánh Giá 3.19/5 Tổng số 106 Đánh Giá
Nhà Phát Triển https://roqol.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://roqol.io
URL Trang Trợ Giúp https://roqol.io/pages/contact
URL Trang Chính Sách Bảo Mật https://roqol.io/pages/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RoQoL (Roblox QoL)",
    "short_name": "RoQoL",
    "description": "Multiple changes to the roblox site for a better user experience.",
    "author": "Haydz6",
    "version": "2.26.1",
    "homepage_url": "https:\/\/www.roblox.com\/my\/account?tab=robloxqol#!\/info",
    "icons": {
        "128": "img\/icons\/icon128x128.png",
        "48": "img\/icons\/icon48x48.png"
    },
    "action": [],
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "cookies",
        "declarativeNetRequest",
        "tts",
        "scripting",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.roqol.io\/",
        "*:\/\/*.roblox.com\/",
        "*:\/\/*.rbxcdn.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "html\/*",
                "sounds\/*",
                "css\/*",
                "js\/modules\/*",
                "js\/pages\/serverfilters\/getserverprops.js",
                "js\/pages\/quickserverinvite\/checkforinvite.js",
                "js\/pages\/bestfriend\/xhrwrapper.js",
                "js\/pages\/bestfriend\/presence.js",
                "js\/pages\/bestfriend\/inventory.js",
                "js\/pages\/trades\/injecttrade.js",
                "js\/pages\/generalfixes\/scriptinjections\/*"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/web.roblox.com\/*",
                "https:\/\/create.roblox.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "optional_host_permissions": [
        "*:\/\/*.discord.com\/"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/streamermode.css",
                "css\/opacitythemefix.css",
                "css\/payment.css",
                "css\/roblox.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "js\/modules\/hbaClient.js",
                "js\/modules\/robloxlocaleurl.js",
                "js\/modules\/getNavigatorLanguage.js",
                "js\/authentication\/main.js",
                "js\/pages\/document.js",
                "js\/pages\/paymentprompt.js",
                "js\/pages\/settings\/settingsdropdown.js",
                "js\/pages\/generalfixes\/injectscripts.js",
                "js\/pages\/generalfixes\/hidedesktopbanner.js",
                "js\/pages\/generalfixes\/hiderobloxads.js",
                "js\/pages\/generalfixes\/disablefooter.js",
                "js\/pages\/generalfixes\/addusdtorobux.js",
                "js\/pages\/generalfixes\/resizablechatboxes.js",
                "js\/pages\/generalfixes\/streamermode.js",
                "js\/pages\/feed\/navfeedbutton.js",
                "js\/pages\/theme\/customtheme.js",
                "js\/pages\/bestfriend\/presencehelper.js"
            ],
            "run_at": "document_start"
        }
    ]
}