YouTube Jakkify

Modify YouTube thumbnails to include Soyjaks

What is YouTube Jakkify?

YouTube Jakkify is a Chrome extension developed by doggyjak, and its main feature is "Modify YouTube thumbnails to include Soyjaks".

Extension Screenshots

screenshot
screenshot

Download YouTube Jakkify Extension CRX File

Download YouTube Jakkify 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

                        Gem up your browsing experience with Jakkify. Is your browser experience coal? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds soyjaks to every thumbnail.                    

Extension Basic Information

Name YouTube Jakkify YouTube Jakkify
ID mclfmbjmhmbhpihicaeleaijidibfbll
Official URL https://chromewebstore.google.com/detail/youtube-jakkify/mclfmbjmhmbhpihicaeleaijidibfbll
Description Modify YouTube thumbnails to include Soyjaks
File Size 108 MB
Installation Count 424
Current Version 0.3
Last Updated 2023-07-07
Publish Date 2023-07-04
Rating 5.00/5 Total 16 Ratings
Developer doggyjak
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Jakkify",
    "version": "0.3",
    "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 Soyjaks",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jakkify.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}