YouTube MrBeastify

Modify YouTube thumbnails to include MrBeast

YouTube MrBeastify là gì?

YouTube MrBeastify là một tiện ích mở rộng Chrome được phát triển bởi MagicJinn, và tính năng chính của nó là "Modify YouTube thumbnails to include MrBeast".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube MrBeastify

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

                        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                    

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

Tên YouTube MrBeastify YouTube MrBeastify
ID dbmaeobgdodeimjdjnkipbfhgeldnmeb
URL Chính Thức https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb
Mô tả Modify YouTube thumbnails to include MrBeast
Kích Thước Tệp 10.79 MB
Số Lần Cài Đặt 63,716
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2023-06-18
Đánh Giá 4.92/5 Tổng số 604 Đánh Giá
Nhà Phát Triển MagicJinn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}