YouTube MrBeastify
Modify YouTube thumbnails to include MrBeast
Was ist YouTube MrBeastify?
YouTube MrBeastify ist eine Chrome-Erweiterung, die von MagicJinn entwickelt wurde, und ihr Hauptmerkmal ist "Modify YouTube thumbnails to include MrBeast".
Erweiterungsscreenshots
YouTube MrBeastify-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube MrBeastify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | YouTube MrBeastify |
ID | dbmaeobgdodeimjdjnkipbfhgeldnmeb |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb |
Beschreibung | Modify YouTube thumbnails to include MrBeast |
Dateigröße | 10.79 MB |
Installationsanzahl | 63,716 |
Aktuelle Version | 1.5.4 |
Letztes Update | 2023-12-20 |
Veröffentlichungsdatum | 2023-06-18 |
Bewertung | 4.92/5 Insgesamt 604 Bewertungen |
Entwickler | MagicJinn |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } ] } |