RoBeastify

Adds MrBeast to (most) Roblox thumbnails.

RoBeastifyคืออะไร?

RoBeastify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SJNI และคุณลักษณะหลักของมันคือ "Adds MrBeast to (most) Roblox thumbnails."

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

screenshot

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

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

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

                        Adds MRBEAST to most  roblox thumbnails.                    

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

ชื่อ RoBeastify RoBeastify
ID lngghhajkdabocahljbanlplkjfeiibc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc
คำอธิบาย Adds MrBeast to (most) Roblox thumbnails.
ขนาดไฟล์ 95.26 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-08-07
วันที่เผยแพร่ 2023-08-06
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา SJNI
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RoBeastify",
    "version": "1.0",
    "description": "Adds MrBeast to (most) Roblox thumbnails.",
    "icons": {
        "48": "icons\/beast-48.png",
        "96": "icons\/beast-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "mrbeastify.js"
            ]
        }
    ]
}