YouTube MrBeast's - Thumbnails

Modify YouTube thumbnails to include MrBeast with animated effect

YouTube MrBeast's - Thumbnails là gì?

YouTube MrBeast's - Thumbnails là một tiện ích mở rộng Chrome được phát triển bởi BlueApps.inc, và tính năng chính của nó là "Modify YouTube thumbnails to include MrBeast with animated effect".

Ả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 MrBeast's - Thumbnails

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

                        "YouTube MrBeast's - Thumbnails: The Chrome Extension to Revolutionize Your YouTube Thumbnails 🌟

Tired of the same old thumbnails on YouTube? Get ready to spice up your browsing experience with YouTube MrBeast's - Thumbnails! This innovative Chrome extension transforms the way you explore videos, adding a touch of excitement and uniqueness to each thumbnail.

Key Features of YouTube MrBeast's - Thumbnails: 🚀

Integration of MrBeast in Thumbnails: 🎥 Experience the fun of seeing the famous YouTube influencer, MrBeast, in all your thumbnails. Make every video look like an adventure with his presence!

Animated Opacity Effect: ✨ The thumbnails not only feature MrBeast but also come with an attractive animated opacity effect, making your browsing experience more dynamic and visually stimulating.

Toggle On/Off Option: 🔛🔝 Prefer the classic look for a while? Easily activate or deactivate the feature from the extension's settings, giving you total control over your browsing experience.

Universal Compatibility: 💻 Designed to work seamlessly across all browsers, YouTube MrBeast's - Thumbnails is accessible to everyone, regardless of your browsing preference.
Inspired by Unnecessary Inventions: 🌈 Just like the unique creations found on the Unnecessary Inventions channel, this extension is a fun and creative mix of functionality and entertainment.

Important Note: 📝 YouTube MrBeast's - Thumbnails is not an official extension and is not affiliated with MrBeast or YouTube. It is an independent product created to add a bit of fun to your daily browsing routine.

Transform your YouTube experience with YouTube MrBeast's - Thumbnails and make every click a joyful and entertaining surprise! 🎉"                    

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

Tên YouTube MrBeast's - Thumbnails YouTube MrBeast's - Thumbnails
ID ejfdalnpagpbjoiinciapbhhilmeenal
URL Chính Thức https://chromewebstore.google.com/detail/youtube-mrbeasts-thumbnai/ejfdalnpagpbjoiinciapbhhilmeenal
Mô tả Modify YouTube thumbnails to include MrBeast with animated effect
Kích Thước Tệp 10.95 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-01-15
Ngày Phát Hành 2023-11-26
Đánh Giá 4.78/5 Tổng số 32 Đánh Giá
Nhà Phát Triển BlueApps.inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://devfunny.com/
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "96": "icon-96.png"
    },
    "action": {
        "default_icon": "icon-96.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "*.jpg",
                "*.JPG",
                "*.PNG",
                "*.png",
                "images\/*.png",
                "images\/*.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}