YouTube MrBeastify

Modify YouTube thumbnails to include MrBeast

YouTube MrBeastifyคืออะไร?

YouTube MrBeastify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MagicJinn และคุณลักษณะหลักของมันคือ "Modify YouTube thumbnails to include MrBeast"

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

screenshot
screenshot
screenshot

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

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

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

                        Enhance your browsing experience with MrBeastifier. Is your browser experience boring? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds famous youtuber MrBeast to every thumbnail.

Compatible with all browsers

Notes: 
- This extension was inspired by Unnecessary Inventions: http://www.youtube.com/@UnnecessaryInventions
- This extension is unofficial and not affiliated with MrBeast or YouTube.
Source: https://github.com/MagicJinn/MrBeastify-Youtube                    

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

ชื่อ YouTube MrBeastify YouTube MrBeastify
ID dbmaeobgdodeimjdjnkipbfhgeldnmeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb
คำอธิบาย Modify YouTube thumbnails to include MrBeast
ขนาดไฟล์ 10.79 MB
จำนวนการติดตั้ง 63,716
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2023-06-18
คะแนน 4.92/5 รวมทั้งหมด 604 คะแนน
ผู้พัฒนา MagicJinn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube MrBeastify",
    "version": "1.5.4",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "description": "Modify YouTube thumbnails to include MrBeast",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "mrbeastify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}