YouTube MrBeastify

Modify YouTube thumbnails to include MrBeast

What is YouTube MrBeastify?

YouTube MrBeastify is a Chrome extension developed by chatgptfileuploader, and its main feature is "Modify YouTube thumbnails to include MrBeast".

Extension Screenshots

screenshot

Download YouTube MrBeastify Extension CRX File

Download YouTube MrBeastify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name YouTube MrBeastify YouTube MrBeastify
ID lmbeonpocfgjiohbgpjpgpkbjenpfoba
Official URL https://chromewebstore.google.com/detail/youtube-mrbeastify/lmbeonpocfgjiohbgpjpgpkbjenpfoba
Description Modify YouTube thumbnails to include MrBeast
File Size 17.77 MB
Installation Count 162
Current Version 1.3
Last Updated 2023-07-16
Publish Date 2023-07-15
Rating 1.00/5 Total 1 Ratings
Developer chatgptfileuploader
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube MrBeastify",
    "version": "1.3",
    "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"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}