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
官方網址 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"
        }
    ]
}