Hello, Roblox!

Return the old greeting that we all missed!

Hello, Roblox!คืออะไร?

Hello, Roblox! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The_Woozoo และคุณลักษณะหลักของมันคือ "Return the old greeting that we all missed!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hello, Roblox!

ดาวน์โหลดไฟล์ส่วนขยาย Hello, Roblox! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
คำอธิบาย Return the old greeting that we all missed!
ขนาดไฟล์ 19.71 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2024-01-21
วันที่เผยแพร่ 2023-10-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา The_Woozoo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dvuzu/hello-roblox
URL หน้าช่วยเหลือ https://github.com/dvuzu/hello-roblox/issues
ภาษาที่รองรับ 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*"
            ]
        }
    ]
}