Shibolet YouTube Overlay

Modify YouTube thumbnails to include shibolet

What is Shibolet YouTube Overlay?

Shibolet YouTube Overlay is a Chrome extension developed by mr.shibolet, and its main feature is "Modify YouTube thumbnails to include shibolet".

Extension Screenshots

Download Shibolet YouTube Overlay Extension CRX File

Download Shibolet YouTube Overlay 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

                        Drops the amazing face of Shibolet the famous youtuber onto youtube thumbnails.                    

Extension Basic Information

Name Shibolet YouTube Overlay Shibolet YouTube Overlay
ID imikjcjklcmbmkpbekpjfbmmjeflbnbh
Official URL https://chromewebstore.google.com/detail/shibolet-youtube-overlay/imikjcjklcmbmkpbekpjfbmmjeflbnbh
Description Modify YouTube thumbnails to include shibolet
File Size 4.47 MB
Installation Count 251
Current Version 1.0
Last Updated 2023-07-10
Publish Date 2023-07-09
Rating 4.94/5 Total 17 Ratings
Developer mr.shibolet
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icons16.png",
        "32": "icons\/icons32.png",
        "48": "icons\/icons48.png",
        "64": "icons\/icons64.png",
        "96": "icons\/icons96.png"
    },
    "description": "Modify YouTube thumbnails to include shibolet",
    "name": "Shibolet YouTube Overlay",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}