Roblox 2019

Brings back the 2019 Roblox website

Roblox 2019คืออะไร?

Roblox 2019 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Briann และคุณลักษณะหลักของมันคือ "Brings back the 2019 Roblox website"

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

screenshot

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

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

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

                        Brings back the layout of the ROBLOX website in 2019

**You must have LIGHT MODE on for this extension to function properly**

Style/CSS Credits: GalactiCosmo & Loc.                    

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

ชื่อ Roblox 2019 Roblox 2019
ID dckpkfjeghhjmjjlajdclfklcobdccli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roblox-2019/dckpkfjeghhjmjjlajdclfklcobdccli
คำอธิบาย Brings back the 2019 Roblox website
ขนาดไฟล์ 638 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-02-07
วันที่เผยแพร่ 2021-11-03
คะแนน 4.33/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา Briann
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://extensions.brianwalczak.com
URL หน้าช่วยเหลือ https://www.brianwalczak.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roblox 2019",
    "description": "Brings back the 2019 Roblox website",
    "version": "1.3",
    "author": "ComplexxBrian",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "roblox.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Roblox 2019",
        "default_icon": "icon.png"
    }
}