H3 Soyify

Modify YouTube thumbnails to include H3 soy faces

What is H3 Soyify?

H3 Soyify is a Chrome extension developed by teefoles, and its main feature is "Modify YouTube thumbnails to include H3 soy faces".

Extension Screenshots

screenshot
screenshot

Download H3 Soyify Extension CRX File

Download H3 Soyify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Modify YouTube thumbnails to include H3 soy faces.Enhance your browsing experience with H3 Soyifier                    

Extension Basic Information

Name H3 Soyify H3 Soyify
ID cbkmjmiioffkbcblnidnnkmongjjfmnm
Official URL https://chromewebstore.google.com/detail/h3-soyify/cbkmjmiioffkbcblnidnnkmongjjfmnm
Description Modify YouTube thumbnails to include H3 soy faces
File Size 11.51 MB
Installation Count 37
Current Version 0.0.3
Last Updated 2023-07-19
Publish Date 2023-07-14
Rating 5.00/5 Total 1 Ratings
Developer teefoles
Email [email protected]
Payment Type free
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}