View YouTube Thumbnail Simply

View YouTube video thumbnail simply.

View YouTube Thumbnail Simply란 무엇입니까?

View YouTube Thumbnail Simply은(는) Daigoro560에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View YouTube video thumbnail simply."입니다.

확장 프로그램 스크린샷

screenshot

View YouTube Thumbnail Simply 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        View YouTube video thumbnail. and, function to copy description.                    

확장 프로그램 기본 정보

이름 View YouTube Thumbnail Simply View YouTube Thumbnail Simply
ID fbaeeibkokcbfkpmjbpplckclakpcefd
공식 URL https://chromewebstore.google.com/detail/view-youtube-thumbnail-si/fbaeeibkokcbfkpmjbpplckclakpcefd
설명 View YouTube video thumbnail simply.
파일 크기 10.13 KB
설치 횟수 28
현재 버전 1.0.14
최근 업데이트 2023-12-17
출시 날짜 2021-09-12
개발자 Daigoro560
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.14",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/ytthumb.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/thumbnail.png",
        "img\/description.png",
        "img\/json.png"
    ],
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "storage"
    ]
}