Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube MrBeastify", "version": "1.7.3", "icons": { "96": "icon.png" }, "description": "Modify YouTube thumbnails to include MrBeast", "action": { "default_popup": "settings.html" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "mrbeastify.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.json" ], "matches": [ "*:\/\/*\/*" ] } ] }