H3 Soyify
Modify YouTube thumbnails to include H3 soy faces
Wat is H3 Soyify?
H3 Soyify is een Chrome-extensie ontwikkeld door teefoles, en de belangrijkste functie is "Modify YouTube thumbnails to include H3 soy faces".
Extensie Screenshots
Download het CRX-bestand van de extensie H3 Soyify
Download H3 Soyify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Modify YouTube thumbnails to include H3 soy faces.Enhance your browsing experience with H3 Soyifier
Basisinformatie over de Extensie
Naam | H3 Soyify |
ID | cbkmjmiioffkbcblnidnnkmongjjfmnm |
Officiële URL | https://chromewebstore.google.com/detail/h3-soyify/cbkmjmiioffkbcblnidnnkmongjjfmnm |
Beschrijving | Modify YouTube thumbnails to include H3 soy faces |
Bestandsgrootte | 11.51 MB |
Aantal Installaties | 37 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-07-19 |
Publicatiedatum | 2023-07-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | teefoles |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "H3 Soyify", "version": "0.0.3", "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" }, "default_title": "H3 SOYIFY", "default_popup": "popup.html" }, "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 H3 soy faces", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "soyify.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |