H3 Soyify

Modify YouTube thumbnails to include H3 soy faces

Was ist H3 Soyify?

H3 Soyify ist eine Chrome-Erweiterung, die von teefoles entwickelt wurde, und ihr Hauptmerkmal ist "Modify YouTube thumbnails to include H3 soy faces".

Erweiterungsscreenshots

screenshot
screenshot

H3 Soyify-Erweiterungs-CRX-Datei herunterladen

Laden Sie H3 Soyify-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

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

Grundlegende Informationen zur Erweiterung

Name H3 Soyify H3 Soyify
ID cbkmjmiioffkbcblnidnnkmongjjfmnm
Offizielle URL https://chromewebstore.google.com/detail/h3-soyify/cbkmjmiioffkbcblnidnnkmongjjfmnm
Beschreibung Modify YouTube thumbnails to include H3 soy faces
Dateigröße 11.51 MB
Installationsanzahl 37
Aktuelle Version 0.0.3
Letztes Update 2023-07-19
Veröffentlichungsdatum 2023-07-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler teefoles
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}