YouTube H3Ethanizer
Modify YouTube thumbnails to include Ethan Klein from H3
Qu'est-ce que YouTube H3Ethanizer ?
YouTube H3Ethanizer est une extension Chrome développée par FreshLikeTeddy, et sa fonction principale est "Modify YouTube thumbnails to include Ethan Klein from H3".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube H3Ethanizer
Téléchargez les fichiers d'extension YouTube H3Ethanizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enhance your browsing experience with H3Ethanizer. Is your browser experience lacking excitement? Are you struggling to discover captivating and entertaining videos? Look no further. This extension incorporates the renowned YouTuber H3 Ethan Klein into every thumbnail. Notes: - This extension draws inspiration from the MrBeastify Youtube Extension - Please note that this extension is unofficial and not endorsed or affiliated with H3 Ethan Klein or YouTube.
Informations de Base sur l'Extension
Nom | YouTube H3Ethanizer |
ID | lhdcdoeahgaaehndpglhnabjahfoegjn |
URL Officiel | https://chromewebstore.google.com/detail/youtube-h3ethanizer/lhdcdoeahgaaehndpglhnabjahfoegjn |
Description | Modify YouTube thumbnails to include Ethan Klein from H3 |
Taille du Fichier | 16.92 MB |
Nombre d'Installations | 60 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-07-19 |
Date de Publication | 2023-07-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | FreshLikeTeddy |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube H3Ethanizer", "version": "1.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 Ethan Klein from H3", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "h3ethanizer.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |