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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}