Shibolet YouTube Overlay

Modify YouTube thumbnails to include shibolet

什么是Shibolet YouTube Overlay?

Shibolet YouTube Overlay是由mr.shibolet开发的Chrome扩展程序,该扩展的主要功能是“Modify YouTube thumbnails to include shibolet”。

扩展截图

下载Shibolet YouTube Overlay扩展crx文件

下载Shibolet YouTube Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Shibolet YouTube Overlay Shibolet YouTube Overlay
ID imikjcjklcmbmkpbekpjfbmmjeflbnbh
官方URL https://chromewebstore.google.com/detail/shibolet-youtube-overlay/imikjcjklcmbmkpbekpjfbmmjeflbnbh
简介 Modify YouTube thumbnails to include shibolet
文件大小 4.47 MB
安装次数 251
当前版本 1.0
更新时间 2023-07-10
上架时间 2023-07-09
评分 4.94/5 共17次评分
开发者 mr.shibolet
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}