Roblox+

Extends the features available on roblox.com

Roblox+ là gì?

Roblox+ là một tiện ích mở rộng Chrome được phát triển bởi WebGL3D, và tính năng chính của nó là "Extends the features available on roblox.com".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension is not made by Roblox, and can not be used to play Roblox games.

Roblox+ is a free Google Chrome extension made by me (WebGL3D) that adds features to the Roblox.com website!

Some of the features include:
* Item notifier - get notified when a new item comes out or gets updated
* Avatar page filter bar
* Trade notifier
* Twemojis

There are over 20 features Roblox+ includes! For a full list of features see: https://roblox.plus/settings

- WebGL3D                    

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

Tên Roblox+ Roblox+
ID jfbnmfgkohlfclfnplnlenbalpppohkm
URL Chính Thức https://chromewebstore.google.com/detail/roblox+/jfbnmfgkohlfclfnplnlenbalpppohkm
Mô tả Extends the features available on roblox.com
Kích Thước Tệp 3.66 MB
Số Lần Cài Đặt 1,361,669
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-07-03
Ngày Phát Hành 2020-05-19
Đánh Giá 4.12/5 Tổng số 7280 Đánh Giá
Nhà Phát Triển WebGL3D
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://roblox.plus/about
URL Trang Trợ Giúp https://roblox.plus/about/support
URL Trang Chính Sách Bảo Mật https://roblox.plus/about/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "name": "Roblox+",
    "short_name": "Roblox+",
    "description": "Extends the features available on roblox.com",
    "author": "WebGL3D",
    "minimum_chrome_version": "100.0.0",
    "icons": {
        "16": ".\/images\/icons\/logo16.png",
        "32": ".\/images\/icons\/logo32.png",
        "48": ".\/images\/icons\/logo48.png",
        "128": ".\/images\/icons\/logo128.png"
    },
    "background": {
        "service_worker": ".\/dist\/service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/dist\/pages\/roblox-plus.js"
            ],
            "matches": [
                "https:\/\/roblox.plus\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "dist\/pages\/all.js"
            ],
            "css": [
                "dist\/css\/all.css"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/web.roblox.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                ".\/dist\/pages\/avatar.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/my\/avatar",
                "https:\/\/web.roblox.com\/my\/avatar"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/messages.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/my\/messages*",
                "https:\/\/web.roblox.com\/my\/messages*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                ".\/dist\/css\/inventory.css"
            ],
            "js": [
                ".\/dist\/pages\/inventory.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/users\/*\/inventory",
                "https:\/\/web.roblox.com\/users\/*\/inventory"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/games-list.js"
            ],
            "css": [
                ".\/dist\/css\/games-list.css"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/discover",
                "https:\/\/web.roblox.com\/discover"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/groups.js"
            ],
            "css": [
                ".\/dist\/css\/groups.css"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/groups\/*\/*",
                "https:\/\/web.roblox.com\/groups\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/game-details.js"
            ],
            "css": [
                ".\/dist\/css\/game-details.css"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/games\/*\/*",
                "https:\/\/web.roblox.com\/games\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/badge-details.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/badges\/*\/*",
                "https:\/\/web.roblox.com\/badges\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/game-pass-details.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/game-pass\/*\/*",
                "https:\/\/web.roblox.com\/game-pass\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/item-details.js"
            ],
            "css": [
                "dist\/css\/item-details.css"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/catalog\/*\/*",
                "https:\/\/web.roblox.com\/catalog\/*\/*",
                "https:\/\/www.roblox.com\/library\/*\/*",
                "https:\/\/web.roblox.com\/library\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/transactions.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/transactions*",
                "https:\/\/web.roblox.com\/transactions*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/profile.js"
            ],
            "matches": [
                "https:\/\/www.roblox.com\/users\/*\/profile*",
                "https:\/\/web.roblox.com\/users\/*\/profile*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/dist\/pages\/creator-dashboard.js"
            ],
            "matches": [
                "https:\/\/create.roblox.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "upload_asset_rules",
                "enabled": true,
                "path": "redirect-settings-page.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "16": ".\/images\/icons\/logo16.png",
            "32": ".\/images\/icons\/logo32.png"
        },
        "default_title": "Roblox+"
    },
    "homepage_url": "https:\/\/roblox.plus\/settings",
    "permissions": [
        "alarms",
        "gcm",
        "declarativeNetRequest",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js.map"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*",
                "https:\/\/roblox.plus\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.roblox.com\/*",
        "https:\/\/*.roblox.plus\/*",
        "https:\/\/*.rbxcdn.com\/*"
    ],
    "manifest_version": 3,
    "incognito": "split"
}