YouTube MrBeastify

Modify YouTube thumbnails to include MrBeast

Co je YouTube MrBeastify?

YouTube MrBeastify je rozšíření Chrome vyvinuté MagicJinn, a jeho hlavní funkcí je „Modify YouTube thumbnails to include MrBeast“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube MrBeastify

Stáhněte si soubory rozšíření YouTube MrBeastify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název YouTube MrBeastify YouTube MrBeastify
ID dbmaeobgdodeimjdjnkipbfhgeldnmeb
Oficiální URL https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb
Popis Modify YouTube thumbnails to include MrBeast
Velikost souboru 10.79 MB
Počet instalací 63,716
Aktuální Verze 1.5.4
Poslední Aktualizace 2023-12-20
Datum Vydání 2023-06-18
Hodnocení 4.92/5 Celkem 604 Hodnocení
Vývojář MagicJinn
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}