Hello, Roblox!

Return the old greeting that we all missed!

Hello, Roblox! là gì?

Hello, Roblox! là một tiện ích mở rộng Chrome được phát triển bởi The_Woozoo, và tính năng chính của nó là "Return the old greeting that we all missed!".

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

screenshot

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

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

                        Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox                    

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

Tên Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
URL Chính Thức https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
Mô tả Return the old greeting that we all missed!
Kích Thước Tệp 19.71 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2023-10-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển The_Woozoo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dvuzu/hello-roblox
URL Trang Trợ Giúp https://github.com/dvuzu/hello-roblox/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hello, Roblox!",
    "description": "Return the old greeting that we all missed!",
    "version": "0.2.1",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/home*"
            ]
        }
    ]
}